summaryrefslogtreecommitdiff
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
commit9713e449ddb65393bf9b6fc3eef0f799efa1cbc8 (patch)
treec9869c4524b7d67a91267ef750cb056e7f65850b
parente1e4934599bc244817ae63f4bc9f4a2ba81b1a29 (diff)
Bump versionv0.53
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 1a64812a..fc6f4110 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.53pre'
+VERSION = '0.53'
def options(opt):
opt.load('compiler_cxx')