diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-21 12:55:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-21 12:55:43 +0000 |
| commit | ec4b5f91ef9f754f214db789034370c223c20972 (patch) | |
| tree | 0536edc6662b7da0b406aeef1ea9807056babbd1 | |
| parent | 697014ed0f9d672b462876938bfbdbcdbf5a7b3c (diff) | |
Bump versionv2.12.16
| -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-01-21 Carl Hetherington <cth@carlh.net> + + * Version 2.12.16 released. + 2019-01-15 Carl Hetherington <cth@carlh.net> * Add --encrypt/-e option to dcpomatic_create. diff --git a/debian/changelog b/debian/changelog index 13f48597f..6d8896611 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.12.15-1) UNRELEASED; urgency=low +dcpomatic (2.12.16-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -587,8 +587,9 @@ dcpomatic (2.12.15-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Sat, 29 Dec 2018 12:36:20 +0000 + -- Carl Hetherington <carl@main.carlh.net> Mon, 21 Jan 2019 12:55:43 +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.15devel' +VERSION = '2.12.16' def options(opt): opt.load('compiler_cxx') |
