Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 21 Dec 2015 14:24:40 +0000 (14:24 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 21 Dec 2015 14:24:40 +0000 (14:24 +0000)
wscript

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