summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-18 13:48:31 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-18 13:48:31 +0100
commitcdffccfe09bb3ec603d7af79da50c1617260920a (patch)
treed48de6470335693e0ae805cf856ced72a132271a
parentf010fea7ea6939da646ffe2c5ad05e16f0be4165 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5219346ac..6a1f44f75 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.13'
+VERSION = '2.11.13devel'
def options(opt):
opt.load('compiler_cxx')