Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 5 Oct 2015 20:13:42 +0000 (21:13 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 5 Oct 2015 20:13:42 +0000 (21:13 +0100)
wscript

diff --git a/wscript b/wscript
index ff4f832f6abe6274d0d181fc733a1c4811948021..2b950ac823caf09a297bc8c18f4527755dddebb7 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.4.0'
+VERSION = '2.4.0devel'
 
 def options(opt):
     opt.load('compiler_cxx')