Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 6 Jul 2016 18:56:41 +0000 (19:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 6 Jul 2016 18:56:41 +0000 (19:56 +0100)
wscript

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