diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-18 22:18:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-18 22:18:18 +0100 |
| commit | 5b35a3a6d14b81c92399fadf58ce31da2884e874 (patch) | |
| tree | da84d66d35eafea42cc6bcbbf547852b7478e462 | |
| parent | 45034f9653285d6e8d0a7d9cfd89e0058d65a187 (diff) | |
Bump versionv2.11.14
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 10 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2017-07-18 Carl Hetherington <cth@carlh.net> + * Version 2.11.14 released. + +2017-07-18 Carl Hetherington <cth@carlh.net> + * Version 2.11.13 released. 2017-07-11 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 1e07cb128..169115e6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.13-1) UNRELEASED; urgency=low +dcpomatic (2.11.14-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -502,7 +502,10 @@ dcpomatic (2.11.13-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Tue, 18 Jul 2017 13:48:31 +0100 + [ carl ] + * New upstream release. + + -- carl <carl@klopp> Tue, 18 Jul 2017 22:18:18 +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.13devel' +VERSION = '2.11.14' def options(opt): opt.load('compiler_cxx') |
