Bump version v0.47
authorCarl Hetherington <cth@carlh.net>
Mon, 29 Apr 2013 14:23:13 +0000 (15:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 29 Apr 2013 14:23:13 +0000 (15:23 +0100)
wscript

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