Bump version v0.84
authorCarl Hetherington <cth@carlh.net>
Wed, 27 Nov 2013 14:55:09 +0000 (14:55 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 27 Nov 2013 14:55:09 +0000 (14:55 +0000)
wscript

diff --git a/wscript b/wscript
index e27e0ab0dc278c28b5b67f15a973b2dd7d87e5dc..bcf50727c380a6d3a5aac6498858a65a25d48801 100644 (file)
--- 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')