diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-29 12:36:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-29 12:36:21 +0000 |
| commit | a75aaf61751c65970d7c75e1d72de6512925d358 (patch) | |
| tree | 1cbd4914aef152e7c1369bdc5ee94e8b78e6e3dd | |
| parent | 341f1d20aec99d6f413b66ce60824337fd1b36e3 (diff) | |
Bump versionv2.12.15
| -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-12-29 Carl Hetherington <cth@carlh.net> + + * Version 2.12.15 released. + 2018-12-19 Carl Hetherington <cth@carlh.net> * Version 2.12.14 released. diff --git a/debian/changelog b/debian/changelog index b58f65090..13f48597f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.12.14-1) UNRELEASED; urgency=low +dcpomatic (2.12.15-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -586,8 +586,9 @@ dcpomatic (2.12.14-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Wed, 19 Dec 2018 23:25:24 +0000 + -- Carl Hetherington <carl@main.carlh.net> Sat, 29 Dec 2018 12:36:20 +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.14devel' +VERSION = '2.12.15' def options(opt): opt.load('compiler_cxx') |
