diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-21 20:27:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-21 20:27:04 +0000 |
| commit | b003da7ac47a1b538336f99e2cbe3fe6500644aa (patch) | |
| tree | f3a23e0f7ebba199034c68b6208bb2bad705d366 | |
| parent | 9a64198e5489f63a7e0ee3639c03fd801f87e845 (diff) | |
Bump versionv2.6.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,5 +1,9 @@ 2016-02-21 Carl Hetherington <cth@carlh.net> + * Version 2.6.24 released. + +2016-02-21 Carl Hetherington <cth@carlh.net> + * Version 2.6.23 released. 2016-02-21 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 1bd7cd223..b97026180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.6.23-1) UNRELEASED; urgency=low +dcpomatic (2.6.24-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -380,8 +380,9 @@ dcpomatic (2.6.23-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 21 Feb 2016 19:22:47 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sun, 21 Feb 2016 20:27:03 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.23devel' +VERSION = '2.6.24' def options(opt): opt.load('compiler_cxx') |
