summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-27 15:21:28 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-27 15:21:28 +0000
commit2c65ce7b7ba4b8f966b5a212b728258543c4b68d (patch)
treeabf4e3316498fca2eb0773cc932a21a4d1fef143
parent47ecfa2e489a15f1ce88e04e3e3969f1fb016193 (diff)
Bump versionv0.85
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 84bf6c12..5aa609aa 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.85pre'
+VERSION = '0.85'
def options(opt):
opt.load('compiler_cxx')