Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 10 Oct 2016 22:58:36 +0000 (23:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 10 Oct 2016 22:58:36 +0000 (23:58 +0100)
wscript

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