Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 18 Feb 2018 01:31:39 +0000 (01:31 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 18 Feb 2018 01:31:39 +0000 (01:31 +0000)
wscript

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