summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-05 23:26:48 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-05 23:26:48 +0100
commitbb35951d4caa05eef94482d14c353a1a75bd89d7 (patch)
treee1e017812a083d1d9c58c836c3c7de2e0b3aae71 /wscript
parentad46791780c9e59d001b63a74251ebc1f46cd36c (diff)
Bump version to try major.even for stable releases and major.odd for unstable.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4ff5c2af6..0dc9594c7 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.10.9devel'
+VERSION = '2.11.0devel'
def options(opt):
opt.load('compiler_cxx')