summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-09-18 21:10:53 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-09-18 21:10:53 +0000
commitcc8899bcfbf98afc09dedbd27b5874bb38a5f872 (patch)
treeda6d32342ee01565d64b16aa298e43f22285a1ae
parentc574d30cefc70cec44beaad20c039107fb8bfdeb (diff)
downloadlibparserutils-cc8899bcfbf98afc09dedbd27b5874bb38a5f872.tar.gz
libparserutils-cc8899bcfbf98afc09dedbd27b5874bb38a5f872.tar.bz2
Bump version number
svn path=/trunk/libparserutils/; revision=12813
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83dae7b..4b9b541 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := parserutils
-COMPONENT_VERSION := 0.1.0
+COMPONENT_VERSION := 0.1.1
# Default to a static library
COMPONENT_TYPE ?= lib-static