Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 8 Jul 2013 15:28:11 +0000 (16:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 8 Jul 2013 15:28:11 +0000 (16:28 +0100)
wscript

diff --git a/wscript b/wscript
index 8928558ebb9fbb4421ba11113006db21172717b7..8f461a9264c52815809f9e590135dac5db21303d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.57'
+VERSION = '0.58pre'
 
 def options(opt):
     opt.load('compiler_cxx')