summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-16 16:25:19 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-16 16:25:19 +0100
commitf1342d3ce448dbeb7a51f10739f5f1c0b54a44a1 (patch)
tree43248dd1c4fafbd502bbf453180b0c2ba1501c6f
parente38e28e1dca542aea752d4214cc67660211797b4 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index c4042ea20..db9fa6456 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.12.11'
+VERSION = '2.12.11devel'
def options(opt):
opt.load('compiler_cxx')