summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-11 07:46:23 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-11 07:46:23 +0100
commit238af884ce285d6a583592423610db06906d748d (patch)
tree8fbca174fdf5eb957ab8c36c0b89b54e1b0ec798
parent2fcde246d2e44c0834f54c6a45c847d4f73566c7 (diff)
Bump versionv0.02
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8a5fb43..688340e 100644
--- a/wscript
+++ b/wscript
@@ -1,5 +1,5 @@
APPNAME = 'libcxml'
-VERSION = '0.02pre'
+VERSION = '0.02'
def options(opt):
opt.load('compiler_cxx')