summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-03 17:32:01 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-03 17:32:01 +0000
commitf0e95aa5b7ada81a1c40f06facab2e94e45ab26c (patch)
tree8c96cefcbb4bd6d587629f08998f105206c7c5c3 /wscript
parentc3362d7b12e425fa9549579be10e708c88d5feea (diff)
parent30621d42f26991c84fff56a5e79dd9e19f657c7d (diff)
Merge branch 'master' into 1.0-seek
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 129cfb591..bd9b52339 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.55pre'
+VERSION = '1.56pre'
def options(opt):
opt.load('compiler_cxx')