summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-04 18:49:51 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-04 18:49:51 +0100
commit4bf23937b963e071d338fc21021f8c5754cb0ca2 (patch)
tree6ee8dab941c9f2ee476d800e33595616bd4e6987
parentff072d0ce9e67eaf5b154164b1c58e4759ca5748 (diff)
Bump versionv0.23
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index d77cfb48..839420c1 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import lut
APPNAME = 'libdcp'
-VERSION = '0.23pre'
+VERSION = '0.23'
def options(opt):
opt.load('compiler_cxx')