Bump version v2.11.16
authorCarl Hetherington <cth@carlh.net>
Fri, 28 Jul 2017 21:53:57 +0000 (22:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 28 Jul 2017 21:53:57 +0000 (22:53 +0100)
ChangeLog
debian/changelog
wscript

index a64e2fec6833e6b14ee1669a73cb942df1dc8577..2f381e26c405fb19290dfda217363bed5f52679f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-28  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.16 released.
+
 2017-07-28  Carl Hetherington  <cth@carlh.net>
 
        * Support a few more SSA style tags.
index b42290d2a69b1ef6ae32c21192ad3aa439444924..409a069283f4fc0385f81d8a8c5422528efc29af 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.15-1) UNRELEASED; urgency=low
+dcpomatic (2.11.16-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -507,8 +507,9 @@ dcpomatic (2.11.15-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Fri, 28 Jul 2017 10:40:45 +0100
+ -- Carl Hetherington <carl@main.carlh.net>  Fri, 28 Jul 2017 22:53:57 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index b40c0315c825e744cde79d9c3b80fc85da673e60..4e5a7c47538eb3cc47f8a44157ef8641d6f5a5b4 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.15devel'
+VERSION = '2.11.16'
 
 def options(opt):
     opt.load('compiler_cxx')