summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-14 16:05:16 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-14 16:05:16 +0100
commit325e675769828b245eb9aed42bf1f48f97f6d9b8 (patch)
tree593ba2de9bdb3ea65d40c837bb057cd110f71c69
parent265dab58d0cdd70e2770b7effa754a9733261b69 (diff)
Bump versionv0.10.0
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4b96333..d93b0a4 100644
--- a/wscript
+++ b/wscript
@@ -1,5 +1,5 @@
APPNAME = 'libcxml'
-VERSION = '0.09pre'
+VERSION = '0.10.0'
def options(opt):
opt.load('compiler_cxx')