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

diff --git a/wscript b/wscript
index 0558609e8f5fef681e9ad65bf2bdd498f6d1023b..83eede5bddfaf55234eaa04e6a714a295fee46f9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.62pre'
+VERSION = '0.62'
 
 def options(opt):
     opt.load('compiler_cxx')