Bump version v0.69
authorCarl Hetherington <cth@carlh.net>
Tue, 23 Jul 2013 18:56:36 +0000 (19:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 23 Jul 2013 18:56:36 +0000 (19:56 +0100)
wscript

diff --git a/wscript b/wscript
index cc09040b2b962e6550a2faf6279e4aa2f5f41294..bdc31e5835ced233c873181390b82a45f41b189e 100644 (file)
--- 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')