summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-29 09:30:17 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-29 09:30:17 +0100
commit98e279c398cb0f232b6f499934c8a7e93622a4cd (patch)
tree4203ab6a0c7fe88b94a32246dd3d58f1963b9f49
parenta3f5b701612226d919be76068094c0af616cfba2 (diff)
Bump versionv0.07
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0015c91..8c7105d 100644
--- a/wscript
+++ b/wscript
@@ -1,5 +1,5 @@
APPNAME = 'libcxml'
-VERSION = '0.07pre'
+VERSION = '0.07'
def options(opt):
opt.load('compiler_cxx')