Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 14 Jul 2016 22:30:59 +0000 (23:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 14 Jul 2016 22:30:59 +0000 (23:30 +0100)
wscript

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