Bump version v0.43
authorCarl Hetherington <cth@carlh.net>
Sun, 24 Mar 2013 21:08:16 +0000 (21:08 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 24 Mar 2013 21:08:16 +0000 (21:08 +0000)
wscript

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