diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-15 22:34:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-15 22:34:26 +0100 |
| commit | 5624e2b9704895be667755ae18da9c4b436afdb4 (patch) | |
| tree | d9758e177632b70725a7c79752fb434444f18617 | |
| parent | 6b35b4764ac5446c845a1dde9a01e0401862d835 (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-15 Carl Hetherington <cth@carlh.net> + * Version 1.16 released. + +2013-10-15 Carl Hetherington <cth@carlh.net> + * Restore up/down buttons for simple content time movements. diff --git a/debian/changelog b/debian/changelog index 759e5908f..d0ce4036f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.15-1) UNRELEASED; urgency=low +dcpomatic (1.16-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -19,8 +19,9 @@ dcpomatic (1.15-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 14 Oct 2013 17:51:51 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 15 Oct 2013 22:34:26 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.16pre' +VERSION = '1.16' def options(opt): opt.load('compiler_cxx') |
