diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-28 12:17:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-28 12:17:38 +0000 |
| commit | 75cfc69a9f8ef7d4c2ab997b158479959d983f49 (patch) | |
| tree | 4085c4d02b0b17627f53dba8b193c5c45f46d7c7 | |
| parent | 894f300034d560f2a38c1ec0b693cd463599ba53 (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-10-28 Carl Hetherington <cth@carlh.net> + * Version 1.24 released. + +2013-10-28 Carl Hetherington <cth@carlh.net> + * Fix failure to reload configuration on some non-English locales. diff --git a/debian/changelog b/debian/changelog index d53d1e971..229d4801a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.23-1) UNRELEASED; urgency=low +dcpomatic (1.24-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -27,8 +27,9 @@ dcpomatic (1.23-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 26 Oct 2013 23:55:26 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 28 Oct 2013 12:17:38 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.24pre' +VERSION = '1.24' def options(opt): opt.load('compiler_cxx') |
