Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 5 Apr 2016 23:10:08 +0000 (00:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 5 Apr 2016 23:10:08 +0000 (00:10 +0100)
wscript

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