diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-03 22:36:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-03 22:36:14 +0000 |
| commit | 5f5bfeb57becf9f2b2a3a953412757d71491ab97 (patch) | |
| tree | 81f27f33a9afd9962728660ce5573e425841e481 | |
| parent | 3f382e4b9e9d48a96190397295b316f60e0ea205 (diff) | |
Bump versionv2.12.19
| -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-03 Carl Hetherington <cth@carlh.net> + + * Version 2.12.19 released. + 2019-01-30 Carl Hetherington <cth@carlh.net> * Version 2.12.18 released. diff --git a/debian/changelog b/debian/changelog index 0412f6f91..cfb1cd3f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.12.18-1) UNRELEASED; urgency=low +dcpomatic (2.12.19-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -590,8 +590,9 @@ dcpomatic (2.12.18-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Wed, 30 Jan 2019 08:37:45 +0000 + -- Carl Hetherington <carl@main.carlh.net> Sun, 03 Feb 2019 22:36:14 +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.18devel' +VERSION = '2.12.19' def options(opt): opt.load('compiler_cxx') |
