Bump version v2.6.23
authorCarl Hetherington <cth@carlh.net>
Sun, 21 Feb 2016 19:22:48 +0000 (19:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 21 Feb 2016 19:22:48 +0000 (19:22 +0000)
ChangeLog
debian/changelog
wscript

index 7f16414c96dfbf5d44da8c5374cb8842cd5a9497..32170d44a10d1168a5497422adbc39cdcc4005c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-21  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.6.23 released.
+
 2016-02-21  Carl Hetherington  <cth@carlh.net>
 
        * Fix duplicate <LoadFont> nodes in subtitle files.
index 16cde887b490d66b9a6ae215a1621b8f746dd590..1bd7cd223e4fe6284f078ffb2021b325315593d2 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.6.22-1) UNRELEASED; urgency=low
+dcpomatic (2.6.23-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -379,8 +379,9 @@ dcpomatic (2.6.22-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Tue, 16 Feb 2016 10:50:13 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Sun, 21 Feb 2016 19:22:47 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 8c167579187b62e62a7267d87bc3cc1dd6163bae..8f49e551eaf9ade3f82d0867c1459424d787b938 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.22devel'
+VERSION = '2.6.23'
 
 def options(opt):
     opt.load('compiler_cxx')