summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-10 01:02:48 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-10 01:02:48 +0000
commit65b937038fdd06798c64855fd77e9f5a15c43059 (patch)
tree3c40c651a53e1313819e44e6b09225f1cfc3abde /wscript
parentf59ae2d9793699fd0e18f9e53ff362c26c2ef00c (diff)
Bump versionv2.11.40
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index aacd2db92..6e4460565 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.39devel'
+VERSION = '2.11.40'
def options(opt):
opt.load('compiler_cxx')