Bump version v0.91
authorCarl Hetherington <cth@carlh.net>
Fri, 20 Dec 2013 17:27:09 +0000 (17:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 20 Dec 2013 17:27:09 +0000 (17:27 +0000)
wscript

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