Mangle version number.
authorCarl Hetherington <cth@carlh.net>
Mon, 26 Feb 2018 00:16:19 +0000 (00:16 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 26 Feb 2018 00:16:19 +0000 (00:16 +0000)
wscript

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