Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 24 Nov 2015 00:23:46 +0000 (00:23 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 24 Nov 2015 00:23:46 +0000 (00:23 +0000)
wscript

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