Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 24 Nov 2014 11:19:58 +0000 (11:19 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 24 Nov 2014 11:19:58 +0000 (11:19 +0000)
wscript

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