diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-30 01:56:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-30 01:56:49 +0000 |
| commit | 78a8676a77645fe13fde35659ac02f0efd3b1bff (patch) | |
| tree | f18996e4930635cc313d2893c7a1f03003c609ef | |
| parent | 3437306d5eb27f7fab350b48be4875335195a254 (diff) | |
Bump versionv2.11.31
| -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-30 Carl Hetherington <cth@carlh.net> + + * Version 2.11.31 released. + 2017-12-19 Carl Hetherington <cth@carlh.net> * Version 2.11.30 released. diff --git a/debian/changelog b/debian/changelog index f65049e85..2da8338ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.30-1) UNRELEASED; urgency=low +dcpomatic (2.11.31-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -522,8 +522,9 @@ dcpomatic (2.11.30-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Tue, 19 Dec 2017 00:32:47 +0000 + -- Carl Hetherington <carl@main.carlh.net> Sat, 30 Dec 2017 01:56:49 +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.30devel' +VERSION = '2.11.31' def options(opt): opt.load('compiler_cxx') |
