diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-05 22:41:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-05 22:41:00 +0000 |
| commit | efafc93cbbd46ee0ab60982a4f8b569ce9ff72d0 (patch) | |
| tree | 8c291b19a7fc9b02b04df8dc7a27d055b7d70863 | |
| parent | f539acb6bfc024f01561a403ca60614a152356ef (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 @@ 2014-01-05 Carl Hetherington <cth@carlh.net> + * Version 1.57 released. + +2014-01-05 Carl Hetherington <cth@carlh.net> + * Use _fseeki64 on Windows when reading content files. * Various small fixes to i18n. diff --git a/debian/changelog b/debian/changelog index 73c963e89..fe6a4bdfa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.56-1) UNRELEASED; urgency=low +dcpomatic (1.57-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -60,8 +60,9 @@ dcpomatic (1.56-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 03 Jan 2014 17:30:53 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sun, 05 Jan 2014 22:41:00 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.57pre' +VERSION = '1.57' def options(opt): opt.load('compiler_cxx') |
