summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-06 15:17:59 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-06 15:17:59 +0100
commit8f2d46dae9bdd96f88163ceeabcd7c64b696a0b4 (patch)
tree5c528171739e82d4652b0db52e0accbbe3710c97
parent4e99fbf516b8a5d5c350950aee6d9068a4acf3b7 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 778c9ffa3..1b8077a00 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.73.9'
+VERSION = '1.73.9devel'
def options(opt):
opt.load('compiler_cxx')