Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 21 Dec 2016 13:54:08 +0000 (13:54 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 21 Dec 2016 13:54:08 +0000 (13:54 +0000)
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')