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
@@ -1,5 +1,9 @@ 2014-09-10 Carl Hetherington <cth@carlh.net> + * Version 2.0.8 released. + +2014-09-10 Carl Hetherington <cth@carlh.net> + * Fix loading of 1.x films. * Fix crash on audio analysis in some cases. diff --git a/debian/changelog b/debian/changelog index f8c7f3b40..cb8c44575 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.7-1) UNRELEASED; urgency=low +dcpomatic (2.0.8-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -177,8 +177,9 @@ dcpomatic (2.0.7-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 09 Sep 2014 22:46:29 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 10 Sep 2014 09:45:31 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '2.0.7devel' +VERSION = '2.0.8devel' def options(opt): opt.load('compiler_cxx') |
