summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-19 13:07:22 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-19 13:07:22 +0000
commit55d580dfa222f9be7dd80dfea6b62ffd535d68ce (patch)
treef2a36d9e2b88b110cd32da78a7a1e3f4cd2aee5f
parent9d855ad06b98d8cfc286e517d1ca722607252069 (diff)
Bump versionv0.89
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ae689f96..80108412 100644
--- 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')