diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-15 22:40:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-15 22:40:05 +0100 |
| commit | 34fcb73a96c1c37177f16e6a930a8a1ba5584e71 (patch) | |
| tree | 8fcd4fbe8a9c4ac46a9aa48252d4572fd895ca57 | |
| parent | a6a797d3abd7b650fe070a3b696cf3bca9444654 (diff) | |
Bump versionv2.11.17
| -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-15 Carl Hetherington <cth@carlh.net> + + * Version 2.11.17 released. + 2017-08-10 Carl Hetherington <cth@carlh.net> * Updated pl_PL translation from Mike Mazur. diff --git a/debian/changelog b/debian/changelog index 409a06928..7d7153dfc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.16-1) UNRELEASED; urgency=low +dcpomatic (2.11.17-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -508,8 +508,9 @@ dcpomatic (2.11.16-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Fri, 28 Jul 2017 22:53:57 +0100 + -- Carl Hetherington <carl@main.carlh.net> Tue, 15 Aug 2017 22:40:05 +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.16devel' +VERSION = '2.11.17' def options(opt): opt.load('compiler_cxx') |
