Gitweb links:
...log
http://git.netsurf-browser.org/libdom.git/shortlog/db5517f4e24d0e7c39a405...
...commit
http://git.netsurf-browser.org/libdom.git/commit/db5517f4e24d0e7c39a405ce...
...tree
http://git.netsurf-browser.org/libdom.git/tree/db5517f4e24d0e7c39a405ce1b...
The branch, master has been updated
via db5517f4e24d0e7c39a405ce1b363c887196784a (commit)
from 2c5052d450577d5c26b902ae5f4402b87f76e406 (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/libdom.git/commit/?id=db5517f4e24d0e7c39a4...
commit db5517f4e24d0e7c39a405ce1b363c887196784a
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 3aac0c3..c6bc2bd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := dom
-COMPONENT_VERSION := 0.0.1
+COMPONENT_VERSION := 0.1.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 3aac0c3..c6bc2bd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := dom
-COMPONENT_VERSION := 0.0.1
+COMPONENT_VERSION := 0.1.0
# Default to a static library
COMPONENT_TYPE ?= lib-static
--
Document Object Model library