Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 9 Mar 2018 10:18:09 +0000 (10:18 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 9 Mar 2018 10:18:09 +0000 (10:18 +0000)
wscript

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