summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-29 21:50:03 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-29 21:50:03 +0100
commit85d473fee3588e4f36cd42dc7781277d70025d3d (patch)
tree74bfca54e877b4e2b68def7759f8a1ce52573e5d
parentefc228537094ecb30fe485709f03b9560bcad718 (diff)
Bump versionv0.52
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e02e239f..53b1c30f 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.52pre'
+VERSION = '0.52'
def options(opt):
opt.load('compiler_cxx')