Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 22 May 2016 23:04:40 +0000 (00:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 22 May 2016 23:04:40 +0000 (00:04 +0100)
wscript

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