diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2017-07-28 Carl Hetherington <cth@carlh.net> + + * Version 2.11.15 released. + 2017-07-27 Carl Hetherington <cth@carlh.net> * Add option to specify a list of servers in the CLI version (#1104). diff --git a/debian/changelog b/debian/changelog index 169115e6e..b42290d2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.14-1) UNRELEASED; urgency=low +dcpomatic (2.11.15-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -505,7 +505,10 @@ dcpomatic (2.11.14-1) UNRELEASED; urgency=low [ carl ] * New upstream release. - -- carl <carl@klopp> Tue, 18 Jul 2017 22:18:18 +0100 + [ Carl Hetherington ] + * New upstream release. + + -- Carl Hetherington <carl@main.carlh.net> Fri, 28 Jul 2017 10:40:45 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.14devel' +VERSION = '2.11.15' def options(opt): opt.load('compiler_cxx') |
