Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Jul 2017 21:18:18 +0000 (22:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Jul 2017 21:18:18 +0000 (22:18 +0100)
wscript

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