Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 26 Aug 2016 09:27:41 +0000 (10:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 26 Aug 2016 09:27:41 +0000 (10:27 +0100)
wscript

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