summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-14 21:50:07 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-14 21:50:07 +0100
commit4fb8e33a71dca80b28d52e5aa7fe4e63eeff816c (patch)
tree7687aee92ba8c6e1a5c4728a5d7d783decf7aebd /wscript
parent3e6e9697ed971c8565adefb621c7440e99d0139b (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index d1ce36e3c..f7aa97919 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.73.5devel'
+VERSION = '1.73.6'
def options(opt):
opt.load('compiler_cxx')