Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 30 Aug 2016 15:19:05 +0000 (16:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 30 Aug 2016 15:19:05 +0000 (16:19 +0100)
wscript

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