diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-10-01 22:02:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-10-01 22:02:21 +0100 |
| commit | e3bb6707618b6a313a490f387bffbf0b6a064643 (patch) | |
| tree | 72c0544f871afe307d2478395e1639e234603226 | |
| parent | 4a921eea6a41d7db1eb534873973026b08d22d21 (diff) | |
Bump versionv2.11.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 @@ +2017-10-01 Carl Hetherington <cth@carlh.net> + + * Version 2.11.24 released. + 2017-09-30 Carl Hetherington <cth@carlh.net> * Version 2.11.23 released. diff --git a/debian/changelog b/debian/changelog index 092125bd8..172607886 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.23-1) UNRELEASED; urgency=low +dcpomatic (2.11.24-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -515,8 +515,9 @@ dcpomatic (2.11.23-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Sat, 30 Sep 2017 00:12:07 +0100 + -- Carl Hetherington <carl@main.carlh.net> Sun, 01 Oct 2017 22:02:20 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.23devel' +VERSION = '2.11.24' def options(opt): opt.load('compiler_cxx') |
