summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-04 22:56:36 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-04 22:56:36 +0100
commit02b1073f910aeb4eeaa914d15a68b76b3969e690 (patch)
treec2656f9be0dee0e40b15fd45cbbcf6a3078ce184 /wscript
parent9713e449ddb65393bf9b6fc3eef0f799efa1cbc8 (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index fc6f4110..2d759193 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.53'
+VERSION = '0.54pre'
def options(opt):
opt.load('compiler_cxx')