diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-08 16:38:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-08 16:38:06 +0000 |
| commit | ba513bbb0b145358eb4cfd3912ca44ea9fe78bc4 (patch) | |
| tree | 77a32bdbee896b8e5c744c43dd6499ad22aeb7e9 | |
| parent | a81037803e637a8b592635b8b973aecdb67ca0ce (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-08 Carl Hetherington <cth@carlh.net> + * Version 1.64.4 released. + +2014-02-08 Carl Hetherington <cth@carlh.net> + * Version 1.64.3 released. 2014-02-08 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index a9bf676ad..aa29a25db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.64.3-1) UNRELEASED; urgency=low +dcpomatic (1.64.4-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -84,8 +84,9 @@ dcpomatic (1.64.3-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 08 Feb 2014 13:33:08 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sat, 08 Feb 2014 16:38:06 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.64.3devel' +VERSION = '1.64.4' def options(opt): opt.load('compiler_cxx') |
