Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 9 Oct 2016 16:19:54 +0000 (17:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 9 Oct 2016 16:19:54 +0000 (17:19 +0100)
wscript

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