Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 3 Feb 2019 22:36:14 +0000 (22:36 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 3 Feb 2019 22:36:14 +0000 (22:36 +0000)
wscript

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