diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-26 22:44:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-26 22:44:33 +0000 |
| commit | 542deed3b0099c7d1c03c6f48b8ae8899fa4f918 (patch) | |
| tree | 6abc8c29f06e03e9b69486bae4037a1859d99978 | |
| parent | 2edc49fef2633ee7fe6b7b2a14f4e122e17798e2 (diff) | |
| parent | 53351b4f2f5a08a5d220c34785291979a5283161 (diff) | |
Fix mis-merge.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2014-10-26 Carl Hetherington <cth@carlh.net> + + * Version 2.0.16 released. + 2014-10-24 Carl Hetherington <cth@carlh.net> * Add a pause button for jobs. diff --git a/debian/changelog b/debian/changelog index 5702a6dfd..4b2cdee29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.15-1) UNRELEASED; urgency=low +dcpomatic (2.0.16-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -198,6 +198,10 @@ dcpomatic (2.0.15-1) UNRELEASED; urgency=low -- Carl Hetherington <carl@d1stkfactory> Wed, 22 Oct 2014 14:24:53 +0100 + * New upstream release. + + -- Carl Hetherington <carl@d1stkfactory> Sun, 26 Oct 2014 22:43:43 +0000 + dcpomatic (0.87-1) UNRELEASED; urgency=low * New upstream release. @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.15devel' +VERSION = '2.0.16devel' def options(opt): opt.load('compiler_cxx') |
