diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-19 22:15:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-19 22:15:52 +0100 |
| commit | 21c5d8104be8e48f12147d1caab70d1b28393eb0 (patch) | |
| tree | bca41074252a2ddc56f5fa45e7ae43e71973e4d6 | |
| parent | ecedb8cd842bf09a4e44f5cc66e227f9e8711cc5 (diff) | |
Bump versionv2.1.25
| -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-19 Carl Hetherington <cth@carlh.net> + + * Version 2.1.25 released. + 2015-07-17 Carl Hetherington <cth@carlh.net> * Version 2.1.24 released. diff --git a/debian/changelog b/debian/changelog index 07450ad72..cad467a3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.24-1) UNRELEASED; urgency=low +dcpomatic (2.1.25-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -255,8 +255,9 @@ dcpomatic (2.1.24-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 17 Jul 2015 15:45:42 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 19 Jul 2015 22:15:52 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.24devel' +VERSION = '2.1.25' def options(opt): opt.load('compiler_cxx') |
