summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-20 11:29:33 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-20 11:29:33 +0100
commitb2eb7f6dec6d65155dd3c587982af6bd6312e488 (patch)
tree86ee2436576b441a8dcc42b431ccac106bb0a34c /wscript
parent6745020cc8e32142368c5c487a0ac80507fc4dee (diff)
parente8dfbfc4915da5866c3a7607befc8b0b3b747337 (diff)
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 6a1f44f75..89f2f9407 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.13devel'
+VERSION = '2.11.14devel'
def options(opt):
opt.load('compiler_cxx')