diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-30 20:45:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-30 20:45:49 +0100 |
| commit | 7a51a863edb91ab74ed06fa84d625bbbccd1ab89 (patch) | |
| tree | cd5af6ba349c6f68f4dbd967e06261a1bda7d402 | |
| parent | d33266cff69a100dbb3167d95a5fa833fd9241ff (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-30 Carl Hetherington <cth@carlh.net> + * Version 2.0.12 released. + +2014-09-30 Carl Hetherington <cth@carlh.net> + * Add basic video fade in/out. 2014-09-22 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 3829ca4ba..358bd5f97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -dcpomatic (2.0.11-1) UNRELEASED; urgency=low +dcpomatic (2.0.12-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 22 Sep 2014 23:05:40 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 30 Sep 2014 20:45:49 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '2.0.11devel' +VERSION = '2.0.12' def options(opt): opt.load('compiler_cxx') |
