Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 8 Jul 2013 12:34:38 +0000 (13:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 8 Jul 2013 12:34:38 +0000 (13:34 +0100)
wscript

diff --git a/wscript b/wscript
index bcedf332d8d014eb57db9806635bb2eea710ad9a..86e25d4514432a6620849224f620cffdc8f714f7 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.56'
+VERSION = '0.57pre'
 
 def options(opt):
     opt.load('compiler_cxx')