summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-08 23:23:14 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-08 23:23:14 +0100
commit4593fbae52d2d7eb4017d798b69d03283ad3fe54 (patch)
treebb86632959fc05567c5a2090747ce71f2d36782f /wscript
parented6d952507ef997fdbf0c0b08e8e10666a36ea97 (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index a045f2617..2387d27cc 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.8.9'
+VERSION = '2.8.9devel'
def options(opt):
opt.load('compiler_cxx')