Bump version v2.3.11
authorCarl Hetherington <cth@carlh.net>
Wed, 30 Sep 2015 08:19:33 +0000 (09:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 30 Sep 2015 08:19:33 +0000 (09:19 +0100)
ChangeLog
debian/changelog
wscript

index bdd295ddc5427bda2a569bea09922146fda2f778..7d10859fab370fb1d72ae2ea88526146a1b03206 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-30  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.3.11 released.
+
 2015-09-30  Carl Hetherington  <cth@carlh.net>
 
        * Fix various confusions with subtitles and
index 01414e04745f988353a877eb7baefdd4c17129ee..8ee279b450337f6ea615974f7dd4d936ac8a7888 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.3.10-1) UNRELEASED; urgency=low
+dcpomatic (2.3.11-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -317,8 +317,9 @@ dcpomatic (2.3.10-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 29 Sep 2015 10:21:18 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Wed, 30 Sep 2015 09:19:32 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 89c70066b70e415cf1f08d2a391edf99da58b13e..6f2a334f56f0b9ffe3830287869b58f0990113cc 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.3.10devel'
+VERSION = '2.3.11'
 
 def options(opt):
     opt.load('compiler_cxx')