Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 20 Mar 2016 17:39:06 +0000 (17:39 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 20 Mar 2016 17:39:06 +0000 (17:39 +0000)
wscript

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