Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 29 May 2013 20:50:03 +0000 (21:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 29 May 2013 20:50:03 +0000 (21:50 +0100)
wscript

diff --git a/wscript b/wscript
index 53b1c30fb0c43400b8ce56ea5085b2a8677afe62..1a64812a1ffea9e9704c8ef0e38488733ca37a23 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.52'
+VERSION = '0.53pre'
 
 def options(opt):
     opt.load('compiler_cxx')