diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-04 20:07:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-04 20:07:04 +0000 |
| commit | 38559e6f4651f1850cc6df20c5575e3c53c41266 (patch) | |
| tree | 5a605dac0832327527f47dce7142c27f2119220d | |
| parent | 530e989dbf22363f8e3d7c6d30113ec875a6b883 (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 @@ +2013-11-04 Carl Hetherington <cth@carlh.net> + + * Version 1.25 released. + 2013-10-29 Carl Hetherington <cth@carlh.net> * Improve performance when start-trimming diff --git a/debian/changelog b/debian/changelog index 229d4801a..b9dfe68ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.24-1) UNRELEASED; urgency=low +dcpomatic (1.25-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -28,8 +28,9 @@ dcpomatic (1.24-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 28 Oct 2013 12:17:38 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 04 Nov 2013 20:07:04 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.25pre' +VERSION = '1.25' def options(opt): opt.load('compiler_cxx') |
