Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 10 Nov 2015 11:37:33 +0000 (11:37 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 10 Nov 2015 11:37:33 +0000 (11:37 +0000)
wscript

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