summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-16 21:16:33 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-16 21:16:33 +0100
commit99178eea5f3d326ece871ec82da1d7ca9e2dbcaf (patch)
treefb061859d069605944bc62c5b27543265d4e60ab /wscript
parent138dbf31b4f4d711113f91d597c4f312b756d59b (diff)
parentc177bbcd0f77aab611064fd8bd706b0df337d881 (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 d1ce36e3c..801fe0547 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.73.5devel'
+VERSION = '1.73.6devel'
def options(opt):
opt.load('compiler_cxx')