diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-10 20:09:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-10 20:09:26 +0000 |
| commit | 6ff5da039df0a51c627d4d18938b42afcf215377 (patch) | |
| tree | e20eae3e19cb0a350a2daf04970c207967685d31 | |
| parent | 6deab916855c1cab079817bf4ecc6824a067bb4d (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-02-10 Carl Hetherington <cth@carlh.net> + * Version 1.64.11 released. + +2014-02-10 Carl Hetherington <cth@carlh.net> + * Version 1.64.10 released. 2014-02-10 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 8e86fee2c..0b4453a31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.64.10-1) UNRELEASED; urgency=low +dcpomatic (1.64.11-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -91,8 +91,9 @@ dcpomatic (1.64.10-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 10 Feb 2014 16:41:52 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 10 Feb 2014 20:09:25 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.64.10devel' +VERSION = '1.64.11' def options(opt): opt.load('compiler_cxx') |
