diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-22 13:58:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-22 13:58:38 +0000 |
| commit | 46139b1e0a0896fc95acad185950938ee0d8bef1 (patch) | |
| tree | ba876864ef1a5952dbc9453318ece047c5df58f9 | |
| parent | 8e42b3b9c1b0507313bf0a94f1dc11f7d37b4145 (diff) | |
Bump versionv2.12.0
| -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 @@ 2018-03-22 Carl Hetherington <cth@carlh.net> + * Version 2.12.0 released. + +2018-03-22 Carl Hetherington <cth@carlh.net> + * Version 2.11.79 released. 2018-03-21 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 3d4a89c51..249b2b605 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.79-1) UNRELEASED; urgency=low +dcpomatic (2.12.0-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -571,8 +571,9 @@ dcpomatic (2.11.79-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Thu, 22 Mar 2018 00:22:25 +0000 + -- Carl Hetherington <carl@main.carlh.net> Thu, 22 Mar 2018 13:58:38 +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.79devel' +VERSION = '2.12.0' def options(opt): opt.load('compiler_cxx') |
