summaryrefslogtreecommitdiff
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
commitc177bbcd0f77aab611064fd8bd706b0df337d881 (patch)
tree25eabcf6738a013b2f555b35e11ca6da81516b1b
parent4fb8e33a71dca80b28d52e5aa7fe4e63eeff816c (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f7aa97919..801fe0547 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.73.6'
+VERSION = '1.73.6devel'
def options(opt):
opt.load('compiler_cxx')