summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-01 00:35:03 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-01 00:35:03 +0100
commit1226749f32bd48c4aa49548f6dac29b9e02fac55 (patch)
treeba9c40ee1fb8fb636854ae8e9eb53be9ae08f51e /wscript
parentf066fe5fb8589d931d91e924f7e31f09efb33fd3 (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 3636eb633..a4cc1265b 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.73.1'
+VERSION = '1.73.1devel'
def options(opt):
opt.load('compiler_cxx')