Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 28 Aug 2016 00:39:25 +0000 (01:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 28 Aug 2016 00:39:25 +0000 (01:39 +0100)
wscript

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