summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-25 16:21:22 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-25 16:21:22 +0100
commit76d8fe3ce821dc005aad123e85ba256941b0db74 (patch)
treea907dc88fb7b4e2dfebece459019966a180ad309
parentf6f23d3747e8f1ae13f80344d0e3c45154cbe3b9 (diff)
Bump versionv0.70
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9bcfb209..2426789e 100644
--- 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')