Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Jan 2015 10:11:29 +0000 (10:11 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 Jan 2015 10:11:29 +0000 (10:11 +0000)
wscript

diff --git a/wscript b/wscript
index fdc59646d6f3e2bb9029ff36ebf69631e6a6877a..5a8da54fe9b1bd3771543c2155b3deb201d39008 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.32'
+VERSION = '2.0.32devel'
 
 def options(opt):
     opt.load('compiler_cxx')