Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 10 Feb 2018 02:05:48 +0000 (02:05 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 Feb 2018 02:05:48 +0000 (02:05 +0000)
wscript

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