Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 14 Dec 2016 16:53:20 +0000 (16:53 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 14 Dec 2016 16:53:20 +0000 (16:53 +0000)
wscript

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