summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-10 09:15:59 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-10 09:15:59 +0100
commitcd0b6f917a6ac3039376a4579678465f5b2727e3 (patch)
tree7d532f75d9f1ef1e8e84a8e5753f1bf03b43e890
parentf45c39be13bae47936d8b87be45df55741b5bb9c (diff)
Bump versionv0.82
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 7a0fb76f..1c3e485d 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.82pre'
+VERSION = '0.82'
def options(opt):
opt.load('compiler_cxx')