Bump version v2.11.6
authorCarl Hetherington <cth@carlh.net>
Tue, 23 May 2017 08:44:58 +0000 (09:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 23 May 2017 08:44:58 +0000 (09:44 +0100)
ChangeLog
debian/changelog
wscript

index 96d13104d4f5862f85b5b29450276f03c1cd3973..b7aa13b9490515c728c9bbc0e3d89b0b1eebcdaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-23  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.6 released.
+
 2017-05-16  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.11.5 released.
index f4f76ff12a45ab04b3c5a040e672b800f2f4a22b..9dc53031eb857ec7f638e34da9c59d10fc2da9ae 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.5-1) UNRELEASED; urgency=low
+dcpomatic (2.11.6-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -493,8 +493,9 @@ dcpomatic (2.11.5-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Tue, 16 May 2017 09:08:53 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Tue, 23 May 2017 09:44:58 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 00285a9b2b83201c8af0cf65f71f9da5336e617c..58998bc6872953fb2323f9cbbf509283de4d6ad2 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.5devel'
+VERSION = '2.11.6'
 
 def options(opt):
     opt.load('compiler_cxx')