Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 12 Oct 2015 09:32:51 +0000 (10:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 12 Oct 2015 09:32:51 +0000 (10:32 +0100)
wscript

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