Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 31 Aug 2017 22:08:11 +0000 (23:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 31 Aug 2017 22:08:11 +0000 (23:08 +0100)
wscript

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