Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 21 Feb 2018 00:47:14 +0000 (00:47 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 21 Feb 2018 00:47:14 +0000 (00:47 +0000)
wscript

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