Bump version v0.82
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Oct 2013 08:15:59 +0000 (09:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Oct 2013 08:15:59 +0000 (09:15 +0100)
wscript

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