Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 6 Jan 2016 11:07:10 +0000 (11:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 6 Jan 2016 11:07:10 +0000 (11:07 +0000)
wscript

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