diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-14 02:28:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-14 02:28:34 +0000 |
| commit | db83b7ec4217ec9b99b8bf6eda7fc413ef024458 (patch) | |
| tree | f1301a915c5b1140c197aa140ff97f6820b3c7c9 | |
| parent | 1f33b815df5d780f123c6bdf8f110a4f2fc70363 (diff) | |
Bump versionv2.11.41
| -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 @@ +2018-01-14 Carl Hetherington <cth@carlh.net> + + * Version 2.11.41 released. + 2018-01-13 Carl Hetherington <cth@carlh.net> * Allow specification of whether subtitle appearance settings diff --git a/debian/changelog b/debian/changelog index e362f772b..77a0b1ccb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.40-1) UNRELEASED; urgency=low +dcpomatic (2.11.41-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -532,8 +532,9 @@ dcpomatic (2.11.40-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Wed, 10 Jan 2018 01:02:48 +0000 + -- Carl Hetherington <carl@main.carlh.net> Sun, 14 Jan 2018 02:28:34 +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.40devel' +VERSION = '2.11.41' def options(opt): opt.load('compiler_cxx') |
