diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-30 23:59:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-30 23:59:41 +0000 |
| commit | 528bb157accd579769b5096af121990403b59a9f (patch) | |
| tree | 5c1def30b7e6e22e85d1314aeadf5e4b4e41c46b | |
| parent | 5625ba9542e38504e87799dd655be5071161fb1f (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-30 Carl Hetherington <cth@carlh.net> + * Version 1.54 released. + +2013-12-30 Carl Hetherington <cth@carlh.net> + * Put catches around a few threads which could have uncaught exceptions. * Add nascent dcpomatic_create command-line program to create films. diff --git a/debian/changelog b/debian/changelog index 0407aa624..ace63a137 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.53-1) UNRELEASED; urgency=low +dcpomatic (1.54-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -57,8 +57,9 @@ dcpomatic (1.53-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 29 Dec 2013 01:13:24 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 30 Dec 2013 23:59:40 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.54pre' +VERSION = '1.54' def options(opt): opt.load('compiler_cxx') |
