summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-19 21:10:52 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-19 21:10:52 +0000
commit69621cf445d5bd9936bf812d0f2183844c7d0648 (patch)
tree2c50ba584c0f569af86115e8ffb68541cce4aed2
parentaadce50146ccd30bc1e630f953471c3961793519 (diff)
downloadlibparserutils-69621cf445d5bd9936bf812d0f2183844c7d0648.tar.gz
libparserutils-69621cf445d5bd9936bf812d0f2183844c7d0648.tar.bz2
Bump version
svn path=/trunk/libparserutils/; revision=10445
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87a6320..150e0b2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := parserutils
-COMPONENT_VERSION := 0.0.1
+COMPONENT_VERSION := 0.0.2
# Default to a static library
COMPONENT_TYPE ?= lib-static