Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 18 Oct 2017 22:55:11 +0000 (23:55 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 Oct 2017 22:55:11 +0000 (23:55 +0100)
wscript

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