Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 19 Dec 2018 23:25:24 +0000 (23:25 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Dec 2018 23:25:24 +0000 (23:25 +0000)
wscript

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