Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Apr 2017 14:56:19 +0000 (15:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Apr 2017 14:56:19 +0000 (15:56 +0100)
wscript

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