Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 13 Feb 2017 00:33:24 +0000 (00:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 13 Feb 2017 00:33:24 +0000 (00:33 +0000)
wscript

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