summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-03 13:36:09 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-03 13:36:09 +0000
commited4683d02c895fe1d7d46e24314086de59fc49bf (patch)
treeadfa3256cbc2fa23d5119529efb560fcbc3bcf8b
parent823d0f5275afac12cd6ee57c62f392bc08b69e4a (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index afc06fd5..fb349311 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import lut
APPNAME = 'libdcp'
-VERSION = '0.31pre'
+VERSION = '0.31'
def options(opt):
opt.load('compiler_cxx')