Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 7 Feb 2018 22:37:19 +0000 (22:37 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 7 Feb 2018 22:37:19 +0000 (22:37 +0000)
wscript

diff --git a/wscript b/wscript
index 3dd0c6115ad059bcadb91076b392afc39c3533c1..4f85d79fb610301324f6e2bbd9b5db3c3e850084 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.50'
+VERSION = '2.11.50devel'
 
 def options(opt):
     opt.load('compiler_cxx')