Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 15 Nov 2016 00:07:48 +0000 (00:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 15 Nov 2016 00:07:48 +0000 (00:07 +0000)
wscript

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