summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-27 14:55:09 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-27 14:55:09 +0000
commit3e7604ce9e814e5aea186f1ecafde9beb6e5caa2 (patch)
tree2614953890bbc4dd06e1a79fae655940ccc2b610
parenta86a53096f632f63afc6130c23291c28acb9686a (diff)
Bump versionv0.84
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e27e0ab0..bcf50727 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.84pre'
+VERSION = '0.84'
def options(opt):
opt.load('compiler_cxx')