summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-08 09:23:49 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-08 09:23:49 +0100
commit7f84ddee0bf074a0835fe927a500ffef15d552af (patch)
tree5c88d0e1c16c18fd18c89f37263d9ed19f513fdc /wscript
parent1ac89aeb6ca8642b7cc0f6b43899e4c8d9e08489 (diff)
parent91c1b17f34ec27227f948e35b491b87362b70187 (diff)
Merge master.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 3da81ce4b..e06cb53f2 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.73.8devel'
+VERSION = '1.74.0devel'
def options(opt):
opt.load('compiler_cxx')