Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 4 Sep 2018 22:35:03 +0000 (23:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 4 Sep 2018 22:35:03 +0000 (23:35 +0100)
wscript

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