diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-25 00:01:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-25 00:01:47 +0000 |
| commit | 9eaa9ceb977d6da492695a286a8b5d88ad8bee85 (patch) | |
| tree | 66d4674e12c68e6d448c50c7d2c4651770d94674 | |
| parent | 7b16280edec019d0583b52fab25549a91c3676e6 (diff) | |
Bump versionv2.12.3
| -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-03-25 Carl Hetherington <cth@carlh.net> + + * Version 2.12.3 released. + 2018-03-24 Carl Hetherington <cth@carlh.net> * Fix crash when changing DCP audio channel count (#1253). diff --git a/debian/changelog b/debian/changelog index 1dbcd4071..cd0748186 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.12.2-1) UNRELEASED; urgency=low +dcpomatic (2.12.3-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -574,8 +574,9 @@ dcpomatic (2.12.2-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 18:39:50 +0000 + -- Carl Hetherington <carl@main.carlh.net> Sun, 25 Mar 2018 00:01:46 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.12.2devel' +VERSION = '2.12.3' def options(opt): opt.load('compiler_cxx') |
