Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 19 Dec 2017 00:32:48 +0000 (00:32 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 19 Dec 2017 00:32:48 +0000 (00:32 +0000)
wscript

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