summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-01 12:51:52 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-01 12:51:52 +0000
commit5001bc42a752b2dfc06903e03274db8a454252fc (patch)
tree6d3198583447b0049322c1732dce895dede867c5 /wscript
parent90fd785a7c4d348b894a7fe7e48218a7bb020085 (diff)
parent62d1b3e3d6d1c0d28ab6582359050cacb2f80a35 (diff)
Merge branch '1.0' of ssh://carlh.dyndns.org/home/carl/git/dvdomatic into 1.0
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2b55cfd38..129cfb591 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.54pre'
+VERSION = '1.55pre'
def options(opt):
opt.load('compiler_cxx')