Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 10 Oct 2015 17:59:40 +0000 (18:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 Oct 2015 17:59:40 +0000 (18:59 +0100)
wscript

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