Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 8 May 2013 08:49:31 +0000 (09:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 8 May 2013 08:49:31 +0000 (09:49 +0100)
wscript

diff --git a/wscript b/wscript
index 3721ec85ba59ced064c792402b4c87293154ec23..e8de8385dd01e7641f016542471331bf8cbc4783 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.50'
+VERSION = '0.51pre'
 
 def options(opt):
     opt.load('compiler_cxx')