Bump version v0.50
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 274408b66329ba6fb72c2ada83fb2f26caf8bd2f..3721ec85ba59ced064c792402b4c87293154ec23 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.50pre'
+VERSION = '0.50'
 
 def options(opt):
     opt.load('compiler_cxx')