diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-26 22:34:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-26 22:34:16 +0000 |
| commit | a9579b28f204a79ce28ae824c5f0b0f42a91cda0 (patch) | |
| tree | 821081d15cdb1dd78ccda3803813eaaba007412c | |
| parent | 9884f64d84bfda452384ef7c6fa6dbe5a3e65ab3 (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-02-26 Carl Hetherington <cth@carlh.net> + * Version 1.64.17 released. + +2014-02-26 Carl Hetherington <cth@carlh.net> + * Fix missing RMS audio analysis plots in some cases. * Fix failure to load sound files with diff --git a/debian/changelog b/debian/changelog index 15517b1a9..de5db1e33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.64.16-1) UNRELEASED; urgency=low +dcpomatic (1.64.17-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -97,8 +97,9 @@ dcpomatic (1.64.16-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 23 Feb 2014 22:38:19 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 26 Feb 2014 22:34:16 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.64.16devel' +VERSION = '1.64.17' def options(opt): opt.load('compiler_cxx') |
