Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 28 Oct 2013 12:17:38 +0000 (12:17 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 28 Oct 2013 12:17:38 +0000 (12:17 +0000)
ChangeLog
debian/changelog
wscript

index f7a2689ddf0081ff9c3789d77c5e11e5bd3dcaff..a36166dd5bf8627a7a024f67ce3964864911d61b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-28  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.24 released.
+
 2013-10-28  Carl Hetherington  <cth@carlh.net>
 
        * Fix failure to reload configuration on
index d53d1e9717dd3413e13a6d1a39a927149d6c4088..229d4801aa1631aafa2d36f5caf7fa6363c6ea04 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.23-1) UNRELEASED; urgency=low
+dcpomatic (1.24-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -27,8 +27,9 @@ dcpomatic (1.23-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 26 Oct 2013 23:55:26 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 28 Oct 2013 12:17:38 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index a4a726f5237980240dfedd91f192a9b6df738b99..7300608d065b92c0e464d21792412990130ceca2 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.24pre'
+VERSION = '1.24'
 
 def options(opt):
     opt.load('compiler_cxx')