summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-09-18 21:15:43 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-09-18 21:15:43 +0000
commit37bcef675226554a51a59f78e1aba40a43f02c89 (patch)
tree32e8f2e4eb9df7665e5ad3e4075bea2da86233a5 /Makefile
parent60c01918f34e99e5f9428fbc96cbcf62257c82fa (diff)
downloadlibhubbub-37bcef675226554a51a59f78e1aba40a43f02c89.tar.gz
libhubbub-37bcef675226554a51a59f78e1aba40a43f02c89.tar.bz2
Bump version number
svn path=/trunk/hubbub/; revision=12815
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b399433..9524d01 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := hubbub
-COMPONENT_VERSION := 0.1.0
+COMPONENT_VERSION := 0.1.1
# Default to a static library
COMPONENT_TYPE ?= lib-static