Bump version v0.87
authorCarl Hetherington <cth@carlh.net>
Wed, 18 Dec 2013 16:22:10 +0000 (16:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 Dec 2013 16:22:10 +0000 (16:22 +0000)
wscript

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