diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-13 22:05:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-13 22:05:11 +0000 |
| commit | 4ca3e80cb3943bd3994250f536dbe0483f350606 (patch) | |
| tree | d38c738875c82e615f7c8ae15fa7a21d9bda6180 | |
| parent | 6a68937320fa76ce213c648845abc73983fc1849 (diff) | |
Bump versionv2.11.29
| -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-13 Carl Hetherington <cth@carlh.net> + * Version 2.11.29 released. + +2017-12-13 Carl Hetherington <cth@carlh.net> + * Version 2.11.28 released. 2017-11-08 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 3b7501dde..c4109a3ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.28-1) UNRELEASED; urgency=low +dcpomatic (2.11.29-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -520,8 +520,9 @@ dcpomatic (2.11.28-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 10:31:46 +0000 + -- Carl Hetherington <carl@main.carlh.net> Wed, 13 Dec 2017 22:05:11 +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.28devel' +VERSION = '2.11.29' def options(opt): opt.load('compiler_cxx') |
