diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-09 00:37:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-09 00:37:52 +0000 |
| commit | d4f07d4c2596005dc0cc03c4d6748889799502bb (patch) | |
| tree | 0140f42255765018c553dc15504cbf33a7c610a1 | |
| parent | 26ba883cb2e9e0cde274420163fb07c13c6a1ce2 (diff) | |
Bump versionv2.12.20
| -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 @@ +2019-02-09 Carl Hetherington <cth@carlh.net> + + * Version 2.12.20 released. + 2019-02-03 Carl Hetherington <cth@carlh.net> * Version 2.12.19 released. diff --git a/debian/changelog b/debian/changelog index cfb1cd3f7..5931ac541 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.12.19-1) UNRELEASED; urgency=low +dcpomatic (2.12.20-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -591,8 +591,9 @@ dcpomatic (2.12.19-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Sun, 03 Feb 2019 22:36:14 +0000 + -- Carl Hetherington <carl@main.carlh.net> Sat, 09 Feb 2019 00:37:51 +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.19devel' +VERSION = '2.12.20' def options(opt): opt.load('compiler_cxx') |
