Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 2 Feb 2016 00:23:25 +0000 (00:23 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 2 Feb 2016 00:23:25 +0000 (00:23 +0000)
wscript

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