diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-10 16:41:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-10 16:41:52 +0000 |
| commit | f580c205bc6f3c723a01c2cc2333c11cc0cabcb2 (patch) | |
| tree | af528c97dc0d37480d81772bf19729b6278edd2a | |
| parent | 0deea9a1b6096dc52d33a8879cc71c2bea9d22ee (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.10 released. + +2014-02-10 Carl Hetherington <cth@carlh.net> + * Try to fix Centos RPM dependencies. * Version 1.64.9 released. diff --git a/debian/changelog b/debian/changelog index f9a49b602..8e86fee2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.64.9-1) UNRELEASED; urgency=low +dcpomatic (1.64.10-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -90,8 +90,9 @@ dcpomatic (1.64.9-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 10 Feb 2014 13:59:05 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 10 Feb 2014 16:41:52 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.64.9devel' +VERSION = '1.64.10' def options(opt): opt.load('compiler_cxx') |
