Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Aug 2016 00:14:19 +0000 (01:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Aug 2016 00:14:19 +0000 (01:14 +0100)
wscript

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