diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-31 02:16:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-31 02:16:52 +0000 |
| commit | 3237facca70b74448365c9d89888b05d300e6631 (patch) | |
| tree | a40ed59be75e3e67195bf06f3b0de19e970ab589 | |
| parent | da61b62283a95f5937c51024027caed08a358f46 (diff) | |
Bump versionv2.11.32
| -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 @@ 2017-12-31 Carl Hetherington <cth@carlh.net> + * Version 2.11.32 released. + +2017-12-31 Carl Hetherington <cth@carlh.net> + * Allow CLI KDM generator to make KDMs from DKDMs (#1132). 2017-12-30 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 2da8338ac..280873a24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.31-1) UNRELEASED; urgency=low +dcpomatic (2.11.32-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -523,8 +523,9 @@ dcpomatic (2.11.31-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Sat, 30 Dec 2017 01:56:49 +0000 + -- Carl Hetherington <carl@main.carlh.net> Sun, 31 Dec 2017 02:16:52 +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.31devel' +VERSION = '2.11.32' def options(opt): opt.load('compiler_cxx') |
