diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-05 11:22:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-05 11:22:50 +0000 |
| commit | 7e94649a09bbf3506e9c4d4f5ad4c5a98ac811b1 (patch) | |
| tree | 2304fb0411e225a0e35732a61229fc75bf789b20 | |
| parent | b51f152699bebf03ac6f01d5770b9d02979bfc93 (diff) | |
Bump versionv2.5.0
| -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 @@ 2015-11-05 Carl Hetherington <cth@carlh.net> + * Version 2.5.0 released. + +2015-11-05 Carl Hetherington <cth@carlh.net> + * Version 2.4.18 released. 2015-11-04 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 0dd6ac784..922a1af22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.4.18-1) UNRELEASED; urgency=low +dcpomatic (2.5.0-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -340,8 +340,9 @@ dcpomatic (2.4.18-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 05 Nov 2015 10:33:35 +0000 + -- Carl Hetherington <carl@d1stkfactory> Thu, 05 Nov 2015 11:22:49 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.4.18devel' +VERSION = '2.5.0' def options(opt): opt.load('compiler_cxx') |
