Bump version v2.9.23
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Sep 2016 15:29:05 +0000 (16:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Sep 2016 15:29:05 +0000 (16:29 +0100)
ChangeLog
debian/changelog
wscript

index 861b4d3932729961acb469ce45142264c49f7912..cde3b2b2eac82a292a62c98de81e97090af05a12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-20  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.23 released.
+
 2016-09-20  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.9.22 released.
index 488cf2b010c2b913c1913e86a5d1b026ddeefc26..26d161b4c675c9c5f893155a6e3675bb48375709 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.22-1) UNRELEASED; urgency=low
+dcpomatic (2.9.23-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -460,8 +460,9 @@ dcpomatic (2.9.22-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 20 Sep 2016 09:45:29 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 20 Sep 2016 16:29:05 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 6fc8bb959172f7666ba68f07c42c1cde1b81585d..eb0341bf5b73364f63180bd768f700a73316f4a9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.22devel'
+VERSION = '2.9.23'
 
 def options(opt):
     opt.load('compiler_cxx')