Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 12 Nov 2015 22:07:41 +0000 (22:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 12 Nov 2015 22:07:41 +0000 (22:07 +0000)
wscript

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