Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Dec 2016 11:33:05 +0000 (11:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Dec 2016 11:33:05 +0000 (11:33 +0000)
wscript

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