diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-18 13:31:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-18 13:31:03 +0100 |
| commit | 720cb01758fadd957c37667556a9ef62b0fc80ae (patch) | |
| tree | 3d4b9914ca7a60195761b0e413984bad909c5e81 | |
| parent | c33fc4d10ee3a3b62ccc1b8122c791d4dfd61a60 (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-18 Carl Hetherington <cth@carlh.net> + * Version 1.69.29 released. + +2014-06-18 Carl Hetherington <cth@carlh.net> + * Fix thinko causing incorrect audio sample rates in some cases. 2014-06-15 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 2a482b81d..fdd0cc20d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.28-1) UNRELEASED; urgency=low +dcpomatic (1.69.29-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -152,8 +152,9 @@ dcpomatic (1.69.28-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 15 Jun 2014 23:53:46 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 18 Jun 2014 13:31:03 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.28devel' +VERSION = '1.69.29' def options(opt): opt.load('compiler_cxx') |
