summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-07 01:15:54 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-07 01:15:54 +0100
commitb0d3f3eb4bbb6423a1f2063ff61fc992c755cce0 (patch)
treeffcb600f775c0274cabf87a92c9d2f68b5def903
parent973bbb7a8b6290b4f4ee06e7ba7e199254525ca2 (diff)
Bump versionv0.71
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9e1d53e0..7fd17ad7 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.71pre'
+VERSION = '0.71'
def options(opt):
opt.load('compiler_cxx')