Gitweb links:
...log
http://git.netsurf-browser.org/libdom.git/shortlog/56bc77504bd6e45b52cedd...
...commit
http://git.netsurf-browser.org/libdom.git/commit/56bc77504bd6e45b52cedd5a...
...tree
http://git.netsurf-browser.org/libdom.git/tree/56bc77504bd6e45b52cedd5a29...
The branch, master has been updated
via 56bc77504bd6e45b52cedd5a293d57c076ad9c98 (commit)
from 42bf19d6fe00cb29824b5bc86759183e5a832db6 (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=56bc77504bd6e45b52ce...
commit 56bc77504bd6e45b52cedd5a293d57c076ad9c98
Author: Daniel Silverstone <dsilvers(a)digital-scurf.org>
Commit: Daniel Silverstone <dsilvers(a)digital-scurf.org>
Prepare for release of 0.3.1
diff --git a/Makefile b/Makefile
index 058a910..ee98c03 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# Component settings
COMPONENT := dom
-COMPONENT_VERSION := 0.3.0
+COMPONENT_VERSION := 0.3.1
# Default to a static library
COMPONENT_TYPE ?= lib-static
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 058a910..ee98c03 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# Component settings
COMPONENT := dom
-COMPONENT_VERSION := 0.3.0
+COMPONENT_VERSION := 0.3.1
# Default to a static library
COMPONENT_TYPE ?= lib-static
--
Document Object Model library