From: Carl Hetherington Date: Fri, 1 Sep 2017 22:36:11 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.11.22^0 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=6ac9092ff8ff1818a6bd82772faa71acaa26ec32 Bump version --- diff --git a/ChangeLog b/ChangeLog index dd5851e23..fcab19d3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-09-01 Carl Hetherington + + * Version 2.11.22 released. + 2017-09-01 Carl Hetherington * Fix corruption of an existing DCP when a new one is made with the same video diff --git a/debian/changelog b/debian/changelog index 2617cf86d..443bcd59e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.21-1) UNRELEASED; urgency=low +dcpomatic (2.11.22-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -513,8 +513,9 @@ dcpomatic (2.11.21-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Thu, 31 Aug 2017 23:08:10 +0100 + -- Carl Hetherington Fri, 01 Sep 2017 23:36:10 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 7b24876cd..933a4497d 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.21devel' +VERSION = '2.11.22' def options(opt): opt.load('compiler_cxx')