diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-29 01:13:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-29 01:13:25 +0000 |
| commit | 58424fc0a07f986bef8112f5efb5ed2662d389fe (patch) | |
| tree | fb18ecd47aa7e7ef93569d02fd2e4b11a1246419 | |
| parent | 87ff09cab9fd0d81268af85c61be3539dab35c16 (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-12-29 Carl Hetherington <cth@carlh.net> + * Version 1.53 released. + +2013-12-29 Carl Hetherington <cth@carlh.net> + * Fix failure to load content from directories with non-Latin names. 2013-12-28 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index adb947cb6..0407aa624 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.52-1) UNRELEASED; urgency=low +dcpomatic (1.53-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -56,8 +56,9 @@ dcpomatic (1.52-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 27 Dec 2013 12:17:11 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sun, 29 Dec 2013 01:13:24 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.53pre' +VERSION = '1.53' def options(opt): opt.load('compiler_cxx') |
