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
commitd852baa9136ee5e9c8133b852f843ac60ef2fe60 (patch)
tree601b8258abe2f79ef71e5fadbfdc1847f97c90c3 /wscript
parent78ae9a1909db6e59aa990db060e9e5c8c580482b (diff)
Bump versionv0.05
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 445d953..97fb2a6 100644
--- a/wscript
+++ b/wscript
@@ -1,5 +1,5 @@
APPNAME = 'libcxml'
-VERSION = '0.05pre'
+VERSION = '0.05'
def options(opt):
opt.load('compiler_cxx')