Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 22 Sep 2014 22:05:41 +0000 (23:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 22 Sep 2014 22:05:41 +0000 (23:05 +0100)
ChangeLog
debian/changelog
wscript

index 4b1c774e887b65dede5cd4210f822e1ef37b3d1c..57ec197eab5bad7dbcb268f5088a4d2987ad5489 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-22  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.0.11 released.
+
 2014-09-18  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.0.10 released.
index b9948f9c020bf38e616fb74b936e284452e7e638..3829ca4ba37e5f2a7ddfaa43aebc39fea56dd4af 100644 (file)
@@ -1,9 +1,10 @@
-dcpomatic (2.0.10-1) UNRELEASED; urgency=low
+dcpomatic (2.0.11-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 18 Sep 2014 00:48:38 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 22 Sep 2014 23:05:40 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index a5e7b3693bfa4d7a68aeb00a4f82a69774004890..ed19d20769cf19afc89f847442e09b06181f8251 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.10devel'
+VERSION = '2.0.11'
 
 def options(opt):
     opt.load('compiler_cxx')