Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 5 Jun 2017 18:53:42 +0000 (19:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 5 Jun 2017 18:53:42 +0000 (19:53 +0100)
wscript

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