Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 31 Dec 2017 02:16:53 +0000 (02:16 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 31 Dec 2017 02:16:53 +0000 (02:16 +0000)
wscript

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