diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-04 12:37:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-04 12:37:18 +0000 |
| commit | 9ed89156fb302d8cd010a33e20fc37d9888c4e4d (patch) | |
| tree | 6684b1e408eb980d61a892171c4f866d3093c793 | |
| parent | 8d2d9c5b448aa9978a729a8796320168acc2d8b0 (diff) | |
Bump versionv2.4.17
| -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 @@ 2015-11-04 Carl Hetherington <cth@carlh.net> + * Version 2.4.17 released. + +2015-11-04 Carl Hetherington <cth@carlh.net> + * Version 2.4.16 released. 2015-11-03 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index f283d1338..f5e3b87d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.4.16-1) UNRELEASED; urgency=low +dcpomatic (2.4.17-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -338,8 +338,9 @@ dcpomatic (2.4.16-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 04 Nov 2015 11:24:04 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 04 Nov 2015 12:37:18 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.4.16devel' +VERSION = '2.4.17' def options(opt): opt.load('compiler_cxx') |
