Bump version v0.64
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jul 2013 09:49:09 +0000 (10:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jul 2013 09:49:09 +0000 (10:49 +0100)
wscript

diff --git a/wscript b/wscript
index e37623398c3b1d87532ad5d87cf1b84a5e12b05d..06ec09850014a9ce0aace25f5e778705d5ef6228 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.64pre'
+VERSION = '0.64'
 
 def options(opt):
     opt.load('compiler_cxx')