diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-12 21:46:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-12 21:46:46 +0000 |
| commit | fe8099a9b29e125f12fa2b1d80c80967e0daa20e (patch) | |
| tree | 2831b8e5ad6d51f59d6bdd57d69704b310c10373 | |
| parent | a02d443281f372cb247b1b48581a63c78db80402 (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 @@ 2013-11-12 Carl Hetherington <cth@carlh.net> + * Version 1.29 released. + +2013-11-12 Carl Hetherington <cth@carlh.net> + * Fix bad_alloc exception on audio analysis (and probably elsewhere). diff --git a/debian/changelog b/debian/changelog index 323ff8d1d..837679a30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.28-1) UNRELEASED; urgency=low +dcpomatic (1.29-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -32,8 +32,9 @@ dcpomatic (1.28-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 11 Nov 2013 21:44:42 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 12 Nov 2013 21:46:46 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.29pre' +VERSION = '1.29' def options(opt): opt.load('compiler_cxx') |
