Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2015 10:35:22 +0000 (10:35 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2015 10:35:22 +0000 (10:35 +0000)
wscript

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