Bump version v0.89
authorCarl Hetherington <cth@carlh.net>
Thu, 19 Dec 2013 13:07:22 +0000 (13:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 19 Dec 2013 13:07:22 +0000 (13:07 +0000)
wscript

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