Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 30 Aug 2017 23:37:57 +0000 (00:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 30 Aug 2017 23:37:57 +0000 (00:37 +0100)
wscript

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