Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Jan 2018 15:50:24 +0000 (15:50 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Jan 2018 15:50:24 +0000 (15:50 +0000)
wscript

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