Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Feb 2018 01:57:54 +0000 (01:57 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Feb 2018 01:57:54 +0000 (01:57 +0000)
wscript

diff --git a/wscript b/wscript
index 471469d2796da8f8a0ddbdd7b3ca5d40ef09c4b1..58fc74a5bb05b1106e8751bb23ba80247af184cc 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.49'
+VERSION = '2.11.49devel'
 
 def options(opt):
     opt.load('compiler_cxx')