Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 22 Mar 2016 12:26:21 +0000 (12:26 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 22 Mar 2016 12:26:21 +0000 (12:26 +0000)
wscript

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