Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 29 Dec 2018 12:36:21 +0000 (12:36 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 29 Dec 2018 12:36:21 +0000 (12:36 +0000)
wscript

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