Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 2 Mar 2016 22:57:15 +0000 (22:57 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 2 Mar 2016 22:57:15 +0000 (22:57 +0000)
wscript

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