Bump version v0.85
authorCarl Hetherington <cth@carlh.net>
Wed, 27 Nov 2013 15:21:28 +0000 (15:21 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 27 Nov 2013 15:21:28 +0000 (15:21 +0000)
wscript

diff --git a/wscript b/wscript
index 84bf6c12abe37f5e237e9abc917129fd57e01584..5aa609aa71fec573aabe88965362918ea6fce689 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.85pre'
+VERSION = '0.85'
 
 def options(opt):
     opt.load('compiler_cxx')