summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-04-07 08:16:15 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-04-07 08:16:15 +0000
commit9c2fbb29cc1d77e1d0600baf2d0f8bd9503ad419 (patch)
treebc99c99a4ea75cc5bc29ba4cfce6b476324554d5 /Makefile
parent189095f8f329c1e98c2d9f541420f7041d446016 (diff)
downloadlibhubbub-9c2fbb29cc1d77e1d0600baf2d0f8bd9503ad419.tar.gz
libhubbub-9c2fbb29cc1d77e1d0600baf2d0f8bd9503ad419.tar.bz2
Bump version number
svn path=/trunk/hubbub/; revision=12160
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3eaf468..b399433 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := hubbub
-COMPONENT_VERSION := 0.0.2
+COMPONENT_VERSION := 0.1.0
# Default to a static library
COMPONENT_TYPE ?= lib-static