Gitweb links:
...log
http://git.netsurf-browser.org/libhubbub.git/shortlog/7630ae893aad7fbb168...
...commit
http://git.netsurf-browser.org/libhubbub.git/commit/7630ae893aad7fbb168d0...
...tree
http://git.netsurf-browser.org/libhubbub.git/tree/7630ae893aad7fbb168d073...
The branch, master has been updated
via 7630ae893aad7fbb168d073f405cfa2110ccb530 (commit)
from 214bf167037692f0cd6b1e9296846b3c01bab12b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libhubbub.git/commit/?id=7630ae893aad7fbb1...
commit 7630ae893aad7fbb168d073f405cfa2110ccb530
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Update component version for release
diff --git a/Makefile b/Makefile
index 3971738..4ec03f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := hubbub
-COMPONENT_VERSION := 0.2.0
+COMPONENT_VERSION := 0.3.0
# Default to a static library
COMPONENT_TYPE ?= lib-static
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 3971738..4ec03f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := hubbub
-COMPONENT_VERSION := 0.2.0
+COMPONENT_VERSION := 0.3.0
# Default to a static library
COMPONENT_TYPE ?= lib-static
--
HTML5 parser library