summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-20 16:46:19 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-20 16:46:19 +0000
commitaebb124a4d16aa0933e150d63b75808fa5bf5963 (patch)
tree2c84e5eab685c50f680c8cab915bad9a609a49f0
parentf4d6a45677f279de82301640ed698bc1728c0a8d (diff)
Bump versionv0.08
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 93c59aa..be9319a 100644
--- a/wscript
+++ b/wscript
@@ -1,5 +1,5 @@
APPNAME = 'libcxml'
-VERSION = '0.08pre'
+VERSION = '0.08'
def options(opt):
opt.load('compiler_cxx')