diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-01 22:05:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-01 22:05:14 +0100 |
| commit | bfd3eb677d687080f10c2e6b79724b98180317e5 (patch) | |
| tree | 380f81a09297b2635a728d0929a2cbeae2aa62bc | |
| parent | 102b61ab7351e5d6b2f7c037a83ba9edfcad4c4d (diff) | |
| parent | 6f000a80e7922088d00889303d5bd8d288d4cd6b (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -5,6 +5,10 @@ 2017-08-31 Carl Hetherington <cth@carlh.net> + * Version 2.11.21 released. + +2017-08-31 Carl Hetherington <cth@carlh.net> + * Version 2.11.20 released. 2017-08-31 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 57167337b..2617cf86d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.20-1) UNRELEASED; urgency=low +dcpomatic (2.11.21-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -512,8 +512,9 @@ dcpomatic (2.11.20-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Thu, 31 Aug 2017 00:37:57 +0100 + -- Carl Hetherington <carl@main.carlh.net> Thu, 31 Aug 2017 23:08:10 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.20devel' +VERSION = '2.11.21devel' def options(opt): opt.load('compiler_cxx') |
