Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 9 Mar 2018 01:02:36 +0000 (01:02 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 9 Mar 2018 01:02:36 +0000 (01:02 +0000)
wscript

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