Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 25 Feb 2015 00:14:39 +0000 (00:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 25 Feb 2015 00:14:39 +0000 (00:14 +0000)
wscript

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