diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-17 15:45:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-17 15:45:43 +0100 |
| commit | 1675f8b333f32eb313500e03d6591edf831260bd (patch) | |
| tree | 05004ceeb8652fadba26659c41e83e18b744db91 | |
| parent | 1b627523c0e63a8db5aa74c103c6d1caa48f6f9b (diff) | |
Bump versionv2.1.24
| -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 @@ +2015-07-17 Carl Hetherington <cth@carlh.net> + + * Version 2.1.24 released. + 2015-07-17 c.hetherington <cth@carlh.net> * Support FTP upload to TMS (#639). diff --git a/debian/changelog b/debian/changelog index b1cceb2eb..07450ad72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.23-1) UNRELEASED; urgency=low +dcpomatic (2.1.24-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -254,8 +254,9 @@ dcpomatic (2.1.23-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 17 Jul 2015 00:48:45 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 17 Jul 2015 15:45:42 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.23devel' +VERSION = '2.1.24' def options(opt): opt.load('compiler_cxx') |
