Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 23 Dec 2015 18:32:26 +0000 (18:32 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 23 Dec 2015 18:32:26 +0000 (18:32 +0000)
wscript

diff --git a/wscript b/wscript
index 4699add6444b16f3809a70672cff7de712723591..3a2c4963d974d1558ed125bba00c3b797d5074f2 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.10'
+VERSION = '2.6.10devel'
 
 def options(opt):
     opt.load('compiler_cxx')