Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 26 Nov 2015 14:53:30 +0000 (14:53 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 26 Nov 2015 14:53:30 +0000 (14:53 +0000)
wscript

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