diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-09 01:02:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-09 01:02:36 +0000 |
| commit | 19af27fda813256d04663067a3152cd8299f04c9 (patch) | |
| tree | 1dc14fad2815e2aa7b9dc5bbef0728ebf21b9959 | |
| parent | 18a497799fd812407254eef771209fd150f818cb (diff) | |
Bump versionv2.11.71
| -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-03-09 Carl Hetherington <cth@carlh.net> + + * Version 2.11.71 released. + 2018-03-07 Carl Hetherington <cth@carlh.net> * Fix bad DCPs when re-making in encrypted projects (#1232). diff --git a/debian/changelog b/debian/changelog index 318be49cf..7b8027bfe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.70-1) UNRELEASED; urgency=low +dcpomatic (2.11.71-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -562,8 +562,9 @@ dcpomatic (2.11.70-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Mon, 05 Mar 2018 01:34:43 +0000 + -- Carl Hetherington <carl@main.carlh.net> Fri, 09 Mar 2018 01:02:35 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.70devel' +VERSION = '2.11.71' def options(opt): opt.load('compiler_cxx') |
