Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 2 May 2017 16:01:08 +0000 (17:01 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 2 May 2017 16:01:08 +0000 (17:01 +0100)
wscript

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