Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 12 Sep 2016 23:57:41 +0000 (00:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 12 Sep 2016 23:57:41 +0000 (00:57 +0100)
wscript

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