diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-08 19:10:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-08 19:10:49 +0000 |
| commit | 3a267dd9509e7c7f44125e7c3469ef1be9cfc273 (patch) | |
| tree | 9b531cfc2395f37276a2124d6c3471f9571bd6e6 | |
| parent | 3190fb98298ebdd29c41b2cf6019a381e71a6248 (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-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.1' def options(opt): opt.load('compiler_cxx') |
