Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Mar 2016 14:35:35 +0000 (14:35 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Mar 2016 14:35:35 +0000 (14:35 +0000)
wscript

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