Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 8 Feb 2018 20:58:12 +0000 (20:58 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 8 Feb 2018 20:58:12 +0000 (20:58 +0000)
wscript

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