Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 2 May 2013 16:20:27 +0000 (17:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 May 2013 16:20:27 +0000 (17:20 +0100)
wscript

diff --git a/wscript b/wscript
index 5c811f3fa5d742fbc4db76050d752a9f4d4d2c72..e88f79bffece9d327d767c6ab4037dad4c26ca0b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.48'
+VERSION = '0.49pre'
 
 def options(opt):
     opt.load('compiler_cxx')