summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-11 07:48:50 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-11 07:48:50 +0100
commita8e9fbaa381e0f97b5192b67e470e17c2f57652f (patch)
tree164917156ae483339a534062b40b3a9c4401ae61
parent7d53df3647dd6aa455785bced79ee597f3ccf205 (diff)
Bump versionv0.03
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 64c3613..2fd6495 100644
--- a/wscript
+++ b/wscript
@@ -1,5 +1,5 @@
APPNAME = 'libcxml'
-VERSION = '0.03pre'
+VERSION = '0.03'
def options(opt):
opt.load('compiler_cxx')