summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-30 00:12:07 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-30 00:12:07 +0100
commit4a921eea6a41d7db1eb534873973026b08d22d21 (patch)
tree5d47cefc2a8359a040850dd2146e681ef3de1b3d
parentafa54ccbc7d00de5fe2366984e83207d216f9d1b (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f6912fa55..cca189d7a 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.23'
+VERSION = '2.11.23devel'
def options(opt):
opt.load('compiler_cxx')