Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 13 May 2017 20:50:46 +0000 (21:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 May 2017 20:50:46 +0000 (21:50 +0100)
wscript

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