Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 23 May 2017 23:32:00 +0000 (00:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 23 May 2017 23:32:00 +0000 (00:32 +0100)
wscript

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