diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-08 13:33:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-08 13:33:08 +0000 |
| commit | 58a10e184029bcb7bae0df69afe69f24340c63e2 (patch) | |
| tree | 8af56689e021ebef7cdb201b7e7873e310c483f4 | |
| parent | 0e457d48ac7dad571fdbe85c159b86bfc01cce21 (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.3 released. + +2014-02-08 Carl Hetherington <cth@carlh.net> + * Bump libdcp version to get some fixes for Interop XML. 2014-02-07 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index e0e6152be..a9bf676ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.64.2-1) UNRELEASED; urgency=low +dcpomatic (1.64.3-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -83,8 +83,9 @@ dcpomatic (1.64.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 05 Feb 2014 23:27:37 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sat, 08 Feb 2014 13:33:08 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.64.2devel' +VERSION = '1.64.3' def options(opt): opt.load('compiler_cxx') |
