Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 21 Aug 2016 23:41:50 +0000 (00:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 21 Aug 2016 23:41:50 +0000 (00:41 +0100)
wscript

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