Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 21 Feb 2016 20:27:04 +0000 (20:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 21 Feb 2016 20:27:04 +0000 (20:27 +0000)
wscript

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