Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 16 Mar 2016 10:26:44 +0000 (10:26 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 16 Mar 2016 10:26:44 +0000 (10:26 +0000)
wscript

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