Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 30 Dec 2017 01:56:49 +0000 (01:56 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 30 Dec 2017 01:56:49 +0000 (01:56 +0000)
wscript

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