summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-03 14:18:55 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-03 14:18:55 +0000
commitdc2fb071dac7be85b36953360459fa8ad53e7af5 (patch)
tree469b4b712ffc80ca8b25eae09ef6940966a5f940
parent92023f3a3b8c3b9af96473f54c674b61a8df6d59 (diff)
Bump versionv0.31
-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')