diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-26 22:44:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-26 22:44:46 +0000 |
| commit | b779451fa12f0b777e69b807c50f67d629f90961 (patch) | |
| tree | 6d2945c97ba7728140399d9d56604ba87b359f0f | |
| parent | 542deed3b0099c7d1c03c6f48b8ae8899fa4f918 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1,5 +1,9 @@ 2014-10-26 Carl Hetherington <cth@carlh.net> + * Version 2.0.17 released. + +2014-10-26 Carl Hetherington <cth@carlh.net> + * Version 2.0.16 released. 2014-10-24 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 4b2cdee29..b0ab8a901 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.16-1) UNRELEASED; urgency=low +dcpomatic (2.0.17-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -195,12 +195,9 @@ dcpomatic (2.0.16-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. - - -- 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 + -- Carl Hetherington <carl@d1stkfactory> Sun, 26 Oct 2014 22:44:46 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.16devel' +VERSION = '2.0.17' def options(opt): opt.load('compiler_cxx') |
