Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Dec 2014 16:53:12 +0000 (16:53 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Dec 2014 16:53:12 +0000 (16:53 +0000)
wscript

diff --git a/wscript b/wscript
index 7dd609d5411e1a4e7e5d33ef0df2629236bd893b..fad5980b7a54816a09f67ef5165933a228674a73 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.23'
+VERSION = '2.0.23devel'
 
 def options(opt):
     opt.load('compiler_cxx')