Bump version v2.11.21
authorCarl Hetherington <cth@carlh.net>
Thu, 31 Aug 2017 22:08:11 +0000 (23:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 31 Aug 2017 22:08:11 +0000 (23:08 +0100)
ChangeLog
debian/changelog
wscript

index 273764e9eaf31242e097803e13ff73ffd6136b19..5274cacb825b888a2fc652de0a232cc5b5e2dfe3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-31  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.21 released.
+
 2017-08-31  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.11.20 released.
index 57167337b65e56bb8295d7988795499c99e5ff56..2617cf86d261c940a6f723a3e77f33f958412bc1 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.20-1) UNRELEASED; urgency=low
+dcpomatic (2.11.21-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -512,8 +512,9 @@ dcpomatic (2.11.20-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Thu, 31 Aug 2017 00:37:57 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Thu, 31 Aug 2017 23:08:10 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index c47cdf7e4200d911666416b58485897fe7a2e692..d9ce7451bab357dd8f9161bfc357a0046271e68e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.20devel'
+VERSION = '2.11.21'
 
 def options(opt):
     opt.load('compiler_cxx')