diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-16 16:25:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-16 16:25:19 +0100 |
| commit | e38e28e1dca542aea752d4214cc67660211797b4 (patch) | |
| tree | d0b15f6881a77cfd7c64913d97ff89336eabd623 | |
| parent | 5b603c88793733177301f5d62c4181ebf6f91cf2 (diff) | |
Bump versionv2.12.11
| -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-09-16 Carl Hetherington <cth@carlh.net> + + * Version 2.12.11 released. + 2018-09-04 Carl Hetherington <cth@carlh.net> * Version 2.12.10 released. diff --git a/debian/changelog b/debian/changelog index 763ee42a8..2d7d1a67b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.12.10-1) UNRELEASED; urgency=low +dcpomatic (2.12.11-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -582,8 +582,9 @@ dcpomatic (2.12.10-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Tue, 04 Sep 2018 23:35:03 +0100 + -- Carl Hetherington <carl@main.carlh.net> Sun, 16 Sep 2018 16:25:19 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.12.10devel' +VERSION = '2.12.11' def options(opt): opt.load('compiler_cxx') |
