Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Jun 2015 20:51:08 +0000 (21:51 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Jun 2015 20:51:08 +0000 (21:51 +0100)
wscript

diff --git a/wscript b/wscript
index fc5dc47a9c034e8f0f014b04987481ff1aa714a3..9d191b7258fe2c7af51692d76be9fd77b87fd88e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.50'
+VERSION = '2.0.50devel'
 
 def options(opt):
     opt.load('compiler_cxx')