Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 5 Nov 2015 10:33:35 +0000 (10:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 Nov 2015 10:33:35 +0000 (10:33 +0000)
wscript

diff --git a/wscript b/wscript
index 60990f5a47058f3cfae50cd2af494966e034c9ea..b264e0b0fc25992dc991243ffe15a083b0e59516 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.4.18'
+VERSION = '2.4.18devel'
 
 def options(opt):
     opt.load('compiler_cxx')