Bump version v2.9.11
authorCarl Hetherington <cth@carlh.net>
Sun, 14 Aug 2016 23:56:04 +0000 (00:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 Aug 2016 23:56:04 +0000 (00:56 +0100)
ChangeLog
debian/changelog
wscript

index 240ec1de737f28bd52d6907a10d506ca1f7461f1..1f0d702865da1413b4d14eec2f4d098e29a63360 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-15  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.11 released.
+
 2016-08-14  Carl Hetherington  <cth@carlh.net>
 
        * Support subtitles in imported DCPs.
index 737f2c55ae85d455cc972b9bbae01efc34b761a2..042cbfe02ace2c1283bc231df1006d71a6e74d25 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.10-1) UNRELEASED; urgency=low
+dcpomatic (2.9.11-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -448,8 +448,9 @@ dcpomatic (2.9.10-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 09 Aug 2016 01:14:18 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 15 Aug 2016 00:56:03 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 9feef6b6919f437b2b73cf54ade644a793888e69..5c0e3b7a4347ae0a102794b153755e30391c4ac3 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.10devel'
+VERSION = '2.9.11'
 
 def options(opt):
     opt.load('compiler_cxx')