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,5 +1,9 @@ 2014-06-20 Carl Hetherington <cth@carlh.net> + * Version 1.69.30 released. + +2014-06-20 Carl Hetherington <cth@carlh.net> + * Updates to de_DE translation from Carsten Kurz. 2014-06-18 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index fdd0cc20d..5bdbcbb00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.29-1) UNRELEASED; urgency=low +dcpomatic (1.69.30-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -153,8 +153,9 @@ dcpomatic (1.69.29-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 18 Jun 2014 13:31:03 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 20 Jun 2014 11:12:54 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.29devel' +VERSION = '1.69.30' def options(opt): opt.load('compiler_cxx') |
