diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-05 13:58:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-05 13:58:01 +0000 |
| commit | da77c335d14904a556b2d5a310e14dbfb81dfc97 (patch) | |
| tree | cd4df296d3868f6849799aee829441882b4c03d9 | |
| parent | ebe451c248c3accd1a564bcad5eabf9d32a971f3 (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-05 Carl Hetherington <cth@carlh.net> + * Version 1.64.1 released. + +2014-02-05 Carl Hetherington <cth@carlh.net> + * Updates to it_IT translation from William Fanelli. 2014-02-02 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 6290cc9e7..8d31d2268 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.64.0-1) UNRELEASED; urgency=low +dcpomatic (1.64.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -81,8 +81,9 @@ dcpomatic (1.64.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 02 Feb 2014 23:46:54 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 05 Feb 2014 13:58:01 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.64.0devel' +VERSION = '1.64.1' def options(opt): opt.load('compiler_cxx') |
