Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Jun 2016 21:28:41 +0000 (22:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Jun 2016 21:28:41 +0000 (22:28 +0100)
wscript

diff --git a/wscript b/wscript
index 37c4407368f13451f195dae24414dca8067b8b72..45ac094d35222fb28d5db9648a20893a9a20fc10 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.8.8'
+VERSION = '2.8.8devel'
 
 def options(opt):
     opt.load('compiler_cxx')