Bump version v2.11.11
authorCarl Hetherington <cth@carlh.net>
Sun, 18 Jun 2017 22:16:13 +0000 (23:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 18 Jun 2017 22:16:13 +0000 (23:16 +0100)
ChangeLog
debian/changelog
wscript

index f2e60aeb774dc370d12f6feae4ac1acd4a3d4491..35c616d6b1c40e5295f0f2b581f55a4dad92ef03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-18  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.11 released.
+
 2017-06-14  Carl Hetherington  <cth@carlh.net>
 
        * Updated nl_NL translation from Rob van Nieuwkerk.
index 2c9684600e722288b562a0c5b3ac6d5d698951d4..29b3a45737ad476a59ad676ee08c20e74fa6f988 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.10-1) UNRELEASED; urgency=low
+dcpomatic (2.11.11-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -498,8 +498,9 @@ dcpomatic (2.11.10-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Mon, 05 Jun 2017 19:53:41 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Sun, 18 Jun 2017 23:16:12 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 7852bb38233b0be3da151b264386a3651541dc21..c11734e040a458dcab9f401b3e7902611b196cf0 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.10devel'
+VERSION = '2.11.11'
 
 def options(opt):
     opt.load('compiler_cxx')