diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-10 09:45:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-10 09:45:32 +0100 |
| commit | 484974b2b941fbd7b94ab7164a73dd2660a3f06b (patch) | |
| tree | 543a8810315c2f0edcebf3ca7333ca1727807d08 | |
| parent | 4743bb988b2d60e235da7027dddb90032812e335 (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-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.8' def options(opt): opt.load('compiler_cxx') |
