diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-11 15:52:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-11 15:52:44 +0000 |
| commit | fd57412fab5f6eac395353c3dedefeaa58ba6f43 (patch) | |
| tree | cc37574996a1e983cceb2e270839ecb8974358ff | |
| parent | 22f2cd94132f93a159c2ce9fe263771cb5a5dbdf (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-11 Carl Hetherington <cth@carlh.net> + * Version 1.64.12 released. + +2014-02-11 Carl Hetherington <cth@carlh.net> + * Be more careful when catching exceptions from KDM creation. 2014-02-10 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 0b4453a31..ec21747ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.64.11-1) UNRELEASED; urgency=low +dcpomatic (1.64.12-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -92,8 +92,9 @@ dcpomatic (1.64.11-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 10 Feb 2014 20:09:25 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 11 Feb 2014 15:52:44 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.64.11devel' +VERSION = '1.64.12' def options(opt): opt.load('compiler_cxx') |
