Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 26 Oct 2013 22:55:26 +0000 (23:55 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 26 Oct 2013 22:55:26 +0000 (23:55 +0100)
ChangeLog
debian/changelog
wscript

index 5683a8c11c4c332b47c6ff21f9e97bd356cd7de6..c605245d1c7fd82346576e3c1936f8376b92947b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-26  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.23 released.
+
 2013-10-25  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.22 released.
index 804eabdde6dfbd9d9a5ff8c13d58112c65ee24f7..d53d1e9717dd3413e13a6d1a39a927149d6c4088 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.22-1) UNRELEASED; urgency=low
+dcpomatic (1.23-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -26,8 +26,9 @@ dcpomatic (1.22-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 25 Oct 2013 16:12:13 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 26 Oct 2013 23:55:26 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 88bd2e3e6e298e823d9aa675f36822b80040a9b5..d3aa3269fc16e2e00dceb7eb1777bbb0fe8311b1 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.23pre'
+VERSION = '1.23'
 
 def options(opt):
     opt.load('compiler_cxx')