diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-18 00:38:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-18 00:38:29 +0100 |
| commit | 6eeebec9cfdaf084f20efae39ac7826e6fd32bfd (patch) | |
| tree | 967a42e0cdfdfe7abf721b4a95d5048d5ed3f695 | |
| parent | 556dcb667575f9a1ad57e2e6536f7e299bd3f7b0 (diff) | |
Bump versionv2.11.18
| -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 @@ +2017-08-18 Carl Hetherington <cth@carlh.net> + + * Version 2.11.18 released. + 2017-08-16 Carl Hetherington <cth@carlh.net> * Updated nl_NL translation from Rob van Nieuwkerk. diff --git a/debian/changelog b/debian/changelog index 7d7153dfc..1687df8e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.17-1) UNRELEASED; urgency=low +dcpomatic (2.11.18-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -509,8 +509,9 @@ dcpomatic (2.11.17-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Tue, 15 Aug 2017 22:40:05 +0100 + -- Carl Hetherington <carl@main.carlh.net> Fri, 18 Aug 2017 00:38:29 +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.17devel' +VERSION = '2.11.18' def options(opt): opt.load('compiler_cxx') |
