diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-24 01:04:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-24 01:04:58 +0000 |
| commit | 478e04a1ed22d105a576303371b97689e55c4c3e (patch) | |
| tree | cfe5bcc98ff4c78942eea7eb49b8dbcfbb027644 | |
| parent | be511f16fa59cb97d0f671546de2055baea1cabf (diff) | |
Bump versionv2.6.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,5 +1,9 @@ 2016-02-24 Carl Hetherington <cth@carlh.net> + * Version 2.6.25 released. + +2016-02-24 Carl Hetherington <cth@carlh.net> + * Various fixes to timeline behaviour. * Fix download of certificates for CAT745 and CP850. diff --git a/debian/changelog b/debian/changelog index b97026180..a96730a99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.6.24-1) UNRELEASED; urgency=low +dcpomatic (2.6.25-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -381,8 +381,9 @@ dcpomatic (2.6.24-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 21 Feb 2016 20:27:03 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 24 Feb 2016 01:04:57 +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.24devel' +VERSION = '2.6.25' def options(opt): opt.load('compiler_cxx') |
