Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 6 May 2015 23:48:21 +0000 (00:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 6 May 2015 23:48:21 +0000 (00:48 +0100)
wscript

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