diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-14 17:09:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-14 17:09:06 +0000 |
| commit | faa25686490cb53a0658f9be36e58c8cced6a892 (patch) | |
| tree | 43bb678eaaeebd9e569d0df3162f9f2cba859efc | |
| parent | 2a5e4cc82b99dc08512b71785366bd636761d0d4 (diff) | |
Bump version
| -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 @@ +2014-12-14 Carl Hetherington <cth@carlh.net> + + * Version 2.0.25 released. + 2014-12-11 Carl Hetherington <cth@carlh.net> * Version 2.0.24 released. diff --git a/debian/changelog b/debian/changelog index b9eb372af..5e712621f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.24-1) UNRELEASED; urgency=low +dcpomatic (2.0.25-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -203,8 +203,9 @@ dcpomatic (2.0.24-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 11 Dec 2014 22:57:22 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sun, 14 Dec 2014 17:09:05 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.24devel' +VERSION = '2.0.25' def options(opt): opt.load('compiler_cxx') |
