Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 4 May 2013 20:23:34 +0000 (21:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 4 May 2013 20:23:34 +0000 (21:23 +0100)
wscript

diff --git a/wscript b/wscript
index 22e44b20d158705a5d1004b2167253a909eda3cd..274408b66329ba6fb72c2ada83fb2f26caf8bd2f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.49'
+VERSION = '0.50pre'
 
 def options(opt):
     opt.load('compiler_cxx')