Bump version v0.70
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Jul 2013 15:21:22 +0000 (16:21 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Jul 2013 15:21:22 +0000 (16:21 +0100)
wscript

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