Bump version v0.42
authorCarl Hetherington <cth@carlh.net>
Sun, 24 Mar 2013 20:12:36 +0000 (20:12 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 24 Mar 2013 20:12:36 +0000 (20:12 +0000)
wscript

diff --git a/wscript b/wscript
index 39d99b188689a8c7c02c39cc3c8482e08d635464..192871871071670648a043b3ffa6a57f564c2de5 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.42pre'
+VERSION = '0.42'
 
 def options(opt):
     opt.load('compiler_cxx')