diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2014-04-23 Carl Hetherington <cth@carlh.net> + + * Version 1.66.13 released. + 2014-04-21 Carl Hetherington <cth@carlh.net> * Update to es_ES translation from Manuel AC. diff --git a/debian/changelog b/debian/changelog index 2cdcad0b4..b45cb9c91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.66.12-1) UNRELEASED; urgency=low +dcpomatic (1.66.13-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -116,8 +116,9 @@ dcpomatic (1.66.12-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 17 Apr 2014 10:17:09 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 23 Apr 2014 16:48:27 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.12devel' +VERSION = '1.66.13' def options(opt): opt.load('compiler_cxx') |
