summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-16 10:39:31 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-16 10:39:31 +0100
commita55adfd6f1a22b00d1330e9aea1f5cf8d24bf92f (patch)
tree5a2bad051d50b222dab0876b8d86b2c9f8828f5d /wscript
parent30661f2b8c2da1022c2cebbec62c3e15cabde5b1 (diff)
parent60febebc55d25b5f60297d9f8c1b51fbda6bac63 (diff)
Merge branch 'master' of git.carlh.net:git/dcpomatic
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index d9d410ae2..784cb777e 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.74.2devel'
+VERSION = '1.74.3devel'
def options(opt):
opt.load('compiler_cxx')