Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 4 May 2015 02:03:10 +0000 (03:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 4 May 2015 02:03:10 +0000 (03:03 +0100)
wscript

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