Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 31 Jan 2018 01:13:09 +0000 (01:13 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 31 Jan 2018 01:13:09 +0000 (01:13 +0000)
wscript

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