Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Oct 2016 23:15:43 +0000 (00:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 3 Oct 2016 23:15:43 +0000 (00:15 +0100)
wscript

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