diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-13 00:57:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-13 00:57:41 +0100 |
| commit | 12b6a486a70ca5775f325113ce872f4d40cf49cd (patch) | |
| tree | 117ba5c0f8327a98f06bc1ab28f0b63444b7559e | |
| parent | b351e1cde2b463e6ddc86bca60afc6819d9b875d (diff) | |
Bump versionv2.9.21
| -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 @@ +2016-09-13 Carl Hetherington <cth@carlh.net> + + * Version 2.9.21 released. + 2016-09-07 Carl Hetherington <cth@carlh.net> * Updated es_ES translation from Manuel AC. diff --git a/debian/changelog b/debian/changelog index 3f7177e71..f463faa87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.9.20-1) UNRELEASED; urgency=low +dcpomatic (2.9.21-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -458,8 +458,9 @@ dcpomatic (2.9.20-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 30 Aug 2016 16:19:05 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 13 Sep 2016 00:57:41 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.9.20devel' +VERSION = '2.9.21' def options(opt): opt.load('compiler_cxx') |
