summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-20 17:27:09 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-20 17:27:09 +0000
commit2fed459113d85864ae48f108a4c18962e2c50e00 (patch)
tree3855c927a4cd79f75df7983e1be2165d6a684422
parent9cbeb319f1e09222d5d13ee8a9d39ef54f05a844 (diff)
Bump versionv0.91
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9c227132..60078567 100644
--- 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')