Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 29 Jul 2015 20:01:27 +0000 (21:01 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 29 Jul 2015 20:01:27 +0000 (21:01 +0100)
wscript

diff --git a/wscript b/wscript
index 8d6a269136aa3f20225ff46330fa2f244dc26196..a3f972a8f389cfe6b6ae0b981914510c5ab2d62b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.31'
+VERSION = '2.1.31devel'
 
 def options(opt):
     opt.load('compiler_cxx')