Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 24 Jun 2016 14:17:04 +0000 (15:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 24 Jun 2016 14:17:04 +0000 (15:17 +0100)
wscript

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