summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-06 16:31:35 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-06 16:31:35 +0100
commit295b80852c986f6e3739822551821fa9231b4715 (patch)
tree76162763a835e7f8857fe688703dd52b3ec217c8 /wscript
parentdaba5abc608788795de727121bcd1a83ef9caecb (diff)
parentaa5848e40d002c412832cfeb484617047b131007 (diff)
Merge.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2b950ac82..2d7116c7a 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.4.0devel'
+VERSION = '2.4.1devel'
def options(opt):
opt.load('compiler_cxx')