summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-07 10:07:26 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-07 10:07:26 +0100
commit59617eb2230e47b59882c4f9ca6092ce05f53cf1 (patch)
treecf74445bdf863d942d599bd9820cd5a50a8113cf /wscript
parent27e74ac5cf717233914fd017eb9ca67ee7c4af96 (diff)
parent02b1073f910aeb4eeaa914d15a68b76b3969e690 (diff)
Merge branch 'master' into cxml
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 004be672..5b4ec52c 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.53pre'
+VERSION = '0.54pre'
def options(opt):
opt.load('compiler_cxx')