Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Jun 2016 20:30:53 +0000 (21:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Jun 2016 20:30:53 +0000 (21:30 +0100)
wscript

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