diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-05 12:03:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-05 12:03:23 +0100 |
| commit | c80c0258988b5884b8471e7c0b82e1d515657cbb (patch) | |
| tree | a4926c2e60dd98d22da6f4b77ed65f83486d432f | |
| parent | 8d516683a994a5474f179ea1a947d32f9fa19da7 (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,5 +1,9 @@ 2014-06-05 Carl Hetherington <cth@carlh.net> + * Version 1.69.22 released. + +2014-06-05 Carl Hetherington <cth@carlh.net> + * Large speed-up to multi-image source file decoding. * Back-port changes from v2 which work out how separate diff --git a/debian/changelog b/debian/changelog index c0750ff6e..e839c2a7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.21-1) UNRELEASED; urgency=low +dcpomatic (1.69.22-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -145,8 +145,9 @@ dcpomatic (1.69.21-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 03 Jun 2014 23:37:12 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 05 Jun 2014 12:03:23 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.21devel' +VERSION = '1.69.22' def options(opt): opt.load('compiler_cxx') |
