summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-09 14:17:22 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-09 14:17:22 +0000
commit5f4c737a64874c52c6c491de687f0319cd811f75 (patch)
treee75186054a8fee019802b667d713fca29fbbebf7 /wscript
parent8f1552ad72c995aceaec1b90fc3cce2942bfcf31 (diff)
Bump versionv0.83
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index aa5cd65d..718ceb4a 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.83pre'
+VERSION = '0.83'
def options(opt):
opt.load('compiler_cxx')