summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 22:59:37 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 22:59:37 +0100
commit6b13eb45ee64bb7b8c41a299aaba79bb39edd076 (patch)
tree1f677df60852d5556557cc2b3d29c7b1effda959 /wscript
parentd852baa9136ee5e9c8133b852f843ac60ef2fe60 (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 97fb2a6..61a1eda 100644
--- a/wscript
+++ b/wscript
@@ -1,5 +1,5 @@
APPNAME = 'libcxml'
-VERSION = '0.05'
+VERSION = '0.06pre'
def options(opt):
opt.load('compiler_cxx')