Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 30 Jan 2019 08:37:45 +0000 (08:37 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 30 Jan 2019 08:37:45 +0000 (08:37 +0000)
wscript

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