Gitweb links:
...log
http://git.netsurf-browser.org/libparserutils.git/shortlog/b666521039c0ed...
...commit
http://git.netsurf-browser.org/libparserutils.git/commit/b666521039c0ed93...
...tree
http://git.netsurf-browser.org/libparserutils.git/tree/b666521039c0ed9349...
The branch, master has been updated
via b666521039c0ed93496bacb2ea296c917d5780b8 (commit)
from 3b3385ca09c9cab412dd9213f7f018309b438140 (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/libparserutils.git/commit/?id=b666521039c0...
commit b666521039c0ed93496bacb2ea296c917d5780b8
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 13495c1..5acdc36 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := parserutils
-COMPONENT_VERSION := 0.1.2
+COMPONENT_VERSION := 0.2.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 13495c1..5acdc36 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := parserutils
-COMPONENT_VERSION := 0.1.2
+COMPONENT_VERSION := 0.2.0
# Default to a static library
COMPONENT_TYPE ?= lib-static
--
Lexer/parser utility functions