From mboxrd@z Thu Jan 1 00:00:00 1970 From: blunderer at blunderer.org Date: Fri, 7 Jun 2013 16:02:56 -0700 Subject: [Buildroot] [PATCH] libroxml: bump version to 2.2.2 Message-ID: <1370646176-25217-1-git-send-email-blunderer@blunderer.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net From: Tristan Lelong --- package/libroxml/libroxml.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk index 98b9740..76ffa14 100644 --- a/package/libroxml/libroxml.mk +++ b/package/libroxml/libroxml.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBROXML_VERSION = 2.2.1 +LIBROXML_VERSION = 2.2.2 LIBROXML_SITE = http://libroxml.googlecode.com/files LIBROXML_INSTALL_STAGING = YES -- 618FE3EF