diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-20 11:12:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-20 11:12:54 +0100 |
| commit | 0d412e1897aa1d379aabaf4f14f997c0b80db653 (patch) | |
| tree | 7558671c0fc393f97d918cb6f17ead5ada280ff9 | |
| parent | 491c8ce4bbd180eff84caf8bd9bc70d7ca071e02 (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-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') |
