Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Jan 2018 01:57:18 +0000 (01:57 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Jan 2018 01:57:18 +0000 (01:57 +0000)
wscript

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