Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 8 Apr 2016 18:20:00 +0000 (19:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 8 Apr 2016 18:20:00 +0000 (19:20 +0100)
wscript

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