summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-13 00:48:34 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-13 00:48:34 +0100
commit2d4fa771338f645cf163c08dd5f6f60542683395 (patch)
treebba0b4297aa096f0ab08fc064bd01944fb2ba241
parent00dec49f6d5bb824a4f5d3eb42cdbe22c057eee6 (diff)
Bump versionv0.67
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2513e822..f59d86b9 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.67pre'
+VERSION = '0.67'
def options(opt):
opt.load('compiler_cxx')