Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 12 Nov 2014 23:14:21 +0000 (23:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 12 Nov 2014 23:14:21 +0000 (23:14 +0000)
wscript

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