Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 18 Mar 2016 13:14:24 +0000 (13:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 18 Mar 2016 13:14:24 +0000 (13:14 +0000)
wscript

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