Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 28 Apr 2016 22:35:02 +0000 (23:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 28 Apr 2016 22:35:02 +0000 (23:35 +0100)
wscript

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