Bump version v2.1.23
authorCarl Hetherington <cth@carlh.net>
Thu, 16 Jul 2015 23:48:46 +0000 (00:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 16 Jul 2015 23:48:46 +0000 (00:48 +0100)
ChangeLog
debian/changelog
wscript

index d6ae72fb83f94681b5151c6f0c83755cd0097b8b..39ddc3b7a7f60106e5565494ea1c15fd09b36ee8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-17  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.23 released.
+
 2015-07-17  Carl Hetherington  <cth@carlh.net>
 
        * Improve still-image filename sorting.
index c0512921ed3241a14a9540bae4c9d2e9c93947d2..b1cceb2ebc7282a18b54e3badd888b1902635ca3 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.1.22-1) UNRELEASED; urgency=low
+dcpomatic (2.1.23-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -253,8 +253,9 @@ dcpomatic (2.1.22-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Thu, 16 Jul 2015 13:42:26 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 17 Jul 2015 00:48:45 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 9c1b60865ff97e4438cc07b29e19f48c119f1b8e..2d4d07b3ff2adeea1a7d2671101d1157d504a609 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.22devel'
+VERSION = '2.1.23'
 
 def options(opt):
     opt.load('compiler_cxx')