Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Oct 2015 17:37:55 +0000 (18:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Oct 2015 17:37:55 +0000 (18:37 +0100)
wscript

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