diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-19 00:32:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-19 00:32:47 +0000 |
| commit | aaffd7fa8b2dee13062184098c18cdac98de0ca7 (patch) | |
| tree | 1b0d98778d0ad793782acb60d6021d9a2c6c259f | |
| parent | 5a76ba3d49f1c6c1321b85cf90409290e1a53075 (diff) | |
Bump versionv2.11.30
| -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 @@ +2017-12-19 Carl Hetherington <cth@carlh.net> + + * Version 2.11.30 released. + 2017-12-17 Carl Hetherington <cth@carlh.net> * Add Close option to player. diff --git a/debian/changelog b/debian/changelog index c4109a3ff..f65049e85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.29-1) UNRELEASED; urgency=low +dcpomatic (2.11.30-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -521,8 +521,9 @@ dcpomatic (2.11.29-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Wed, 13 Dec 2017 22:05:11 +0000 + -- Carl Hetherington <carl@main.carlh.net> Tue, 19 Dec 2017 00:32:47 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.29devel' +VERSION = '2.11.30' def options(opt): opt.load('compiler_cxx') |
