Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Mar 2018 23:28:01 +0000 (23:28 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 Mar 2018 23:28:01 +0000 (23:28 +0000)
wscript

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