diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-20 16:49:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-20 16:49:09 +0000 |
| commit | 309d6b151c14fa62236fe6fd336c7e165d9ad93f (patch) | |
| tree | c98d28168c25d406f80e34481061837776040b42 | |
| parent | a85c0e14526da2f5cb5799ad0fa32c0c8cf74da2 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2013-11-20 Carl Hetherington <cth@carlh.net> + * Version 1.31 released. + +2013-11-20 Carl Hetherington <cth@carlh.net> + * Add primitive hints dialogue box. 2013-11-17 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 45307a760..11630e8aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.30-1) UNRELEASED; urgency=low +dcpomatic (1.31-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -34,8 +34,9 @@ dcpomatic (1.30-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 17 Nov 2013 00:59:20 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 20 Nov 2013 16:49:09 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.31pre' +VERSION = '1.31' def options(opt): opt.load('compiler_cxx') |
