diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2013-10-13 Carl Hetherington <cth@carlh.net> + + * Version 1.14 released. + 2013-10-12 Carl Hetherington <cth@carlh.net> * Add some missing libraries to the OS X build. diff --git a/debian/changelog b/debian/changelog index 5e5fdb468..18ce8f216 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.13-1) UNRELEASED; urgency=low +dcpomatic (1.14-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -17,8 +17,9 @@ dcpomatic (1.13-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 12 Oct 2013 13:36:59 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 13 Oct 2013 12:55:47 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.14pre' +VERSION = '1.15pre' def options(opt): opt.load('compiler_cxx') |
