Bump version v0.90
authorCarl Hetherington <cth@carlh.net>
Thu, 19 Dec 2013 15:21:06 +0000 (15:21 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 19 Dec 2013 15:21:06 +0000 (15:21 +0000)
wscript

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