Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Oct 2012 20:07:24 +0000 (21:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Oct 2012 20:07:24 +0000 (21:07 +0100)
wscript

diff --git a/wscript b/wscript
index 2a4807807e38ad7a88ff9b9e3bbeed08be33d119..8de94321ffef9055469c2ba1374900a6a72a7f1f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import lut
 
 APPNAME = 'libdcp'
-VERSION = '0.24'
+VERSION = '0.25pre'
 
 def options(opt):
     opt.load('compiler_cxx')