Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Jul 2016 14:30:34 +0000 (15:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Jul 2016 14:30:34 +0000 (15:30 +0100)
wscript

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