summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-14 13:22:30 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-14 13:22:30 +0100
commit5dcb82b696d8abe7bfcd2c58cf22d6ead34ab95a (patch)
treee5e6d9e986f0be67cc489d55fda43ea11526d85b /wscript
parent9cb16d975e3369e4163b4e78eaa478b9ce5c57a6 (diff)
parented5fb94d493cc1db7fedbfd17128c5a0c9744f50 (diff)
Merge branch 'master' of ssh://main.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 8db63f625..d1ce36e3c 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.73.4devel'
+VERSION = '1.73.5devel'
def options(opt):
opt.load('compiler_cxx')