Bump version v2.3.10
authorCarl Hetherington <cth@carlh.net>
Tue, 29 Sep 2015 09:21:18 +0000 (10:21 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 29 Sep 2015 09:21:18 +0000 (10:21 +0100)
ChangeLog
debian/changelog
wscript

index b5a6ba3d9f149bc38a42835c0bcf68beeaaa04da..37344427cf1f1f35205db507da1625372ad5a467 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-29  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.3.10 released.
+
 2015-09-29  Carl Hetherington  <cth@carlh.net>
 
        * Improve fix for failure to analyse some audio.
index 9922956ebe783db962ead4079b50f4380be7c332..01414e04745f988353a877eb7baefdd4c17129ee 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.3.9-1) UNRELEASED; urgency=low
+dcpomatic (2.3.10-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -316,8 +316,9 @@ dcpomatic (2.3.9-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 28 Sep 2015 16:44:50 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 29 Sep 2015 10:21:18 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 0759b3f4b6dfc953fcc8d3e0bcb82e03c8f16d62..3b958a3edb638cc869baecb8f5e4ba572ac2a8a1 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.3.9devel'
+VERSION = '2.3.10'
 
 def options(opt):
     opt.load('compiler_cxx')