diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-10 15:44:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-10 15:44:31 +0100 |
| commit | b80b1aee7fc6561bc53edb10ee5e37d752db80c3 (patch) | |
| tree | 6a9bf8dfdd3160b9a127ec5c70396c315d595e05 | |
| parent | f4030653da8f5a0b3daebe640f485b3daf9ef091 (diff) | |
| parent | 1108e627939999667f0955921d582736a6ffb13b (diff) | |
Merge branch '2.0' of ssh://main.carlh.net/home/carl/git/dcpomatic into 2.0
| -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') |
