summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-02-27 11:16:45 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-02-27 11:16:45 +0000
commit13fb8e17fe95bf6dfdd26e36fa8d66ac042952ab (patch)
treeb9845c148afa1ab94b25fae4796318d61112b2f1
parent6d6f290fbf3c45eec893630861ac845dfba8b433 (diff)
downloadlibhubbub-13fb8e17fe95bf6dfdd26e36fa8d66ac042952ab.tar.gz
libhubbub-13fb8e17fe95bf6dfdd26e36fa8d66ac042952ab.tar.bz2
Bump version number
svn path=/trunk/hubbub/; revision=13480
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c73e13..425c0bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := hubbub
-COMPONENT_VERSION := 0.1.1
+COMPONENT_VERSION := 0.1.2
# Default to a static library
COMPONENT_TYPE ?= lib-static