Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 19 Apr 2013 07:27:26 +0000 (08:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 19 Apr 2013 07:27:26 +0000 (08:27 +0100)
wscript

diff --git a/wscript b/wscript
index f7520b48e4232277c13c260553ee1fc2c97e7c15..c5ceb1027d675ab157042e8f2d3706dee365081b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.46'
+VERSION = '0.47pre'
 
 def options(opt):
     opt.load('compiler_cxx')