diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -4,6 +4,10 @@ 2014-03-08 Carl Hetherington <cth@carlh.net> + * Version 1.65.1 released. + +2014-03-08 Carl Hetherington <cth@carlh.net> + * Fix incorrect audio analyses on multiple-stream content. * Support for unsigned 8-bit audio (hmm!). diff --git a/debian/changelog b/debian/changelog index 5ce77d8af..2290bd776 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.65.0-1) UNRELEASED; urgency=low +dcpomatic (1.65.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -101,8 +101,9 @@ dcpomatic (1.65.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 06 Mar 2014 18:28:57 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sat, 08 Mar 2014 19:10:49 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.65.0devel' +VERSION = '1.65.1devel' def options(opt): opt.load('compiler_cxx') |
