summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-23 19:56:36 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-23 19:56:36 +0100
commitf719c9122257628b05e1e10fcb26dd5f60e8397c (patch)
tree0f0866536ebfca056ef257145a62338b4b821e50
parent2d2d30265b79572dc73ef28af4bc384544a55751 (diff)
Bump versionv0.69
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index cc09040b..bdc31e58 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.69pre'
+VERSION = '0.69'
def options(opt):
opt.load('compiler_cxx')