summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-23 09:44:58 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-23 09:44:58 +0100
commit4f34e16657e8690d4ab422e8609b2a42d5b1b22f (patch)
tree3b89d5b3d38a789047009b064feb69d651450c60 /wscript
parent167deda43c57eca795ee93007fb1d9d376a2e931 (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 58998bc68..1fe4bcec8 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.6'
+VERSION = '2.11.6devel'
def options(opt):
opt.load('compiler_cxx')