Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 15 May 2017 15:58:14 +0000 (16:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 May 2017 15:58:14 +0000 (16:58 +0100)
wscript

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