Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 22 Feb 2018 01:29:41 +0000 (01:29 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 22 Feb 2018 01:29:41 +0000 (01:29 +0000)
wscript

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