From patchwork Wed Jan 29 08:22:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 314928 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id B58D62C00B2 for ; Wed, 29 Jan 2014 19:22:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 981593365B; Wed, 29 Jan 2014 08:22:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CwohA522onJ9; Wed, 29 Jan 2014 08:22:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 0AA1F3364B; Wed, 29 Jan 2014 08:22:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7195E1BF85A for ; Wed, 29 Jan 2014 08:22:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 64FCF8F8E9 for ; Wed, 29 Jan 2014 08:22:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VIjbSIGKk8Tv for ; Wed, 29 Jan 2014 08:22:44 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (hhlx01.vscom.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id 168988F8DF for ; Wed, 29 Jan 2014 08:22:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id 76B7E2DCBEA; Wed, 29 Jan 2014 09:22:39 +0100 (CET) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30641-02; Wed, 29 Jan 2014 09:22:25 +0100 (CET) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id 90BC62DCBB8; Wed, 29 Jan 2014 09:22:25 +0100 (CET) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Wed, 29 Jan 2014 09:22:25 +0100 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Wed, 29 Jan 2014 09:22:17 +0100 Message-Id: <1390983737-25899-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 X-OriginalArrivalTime: 29 Jan 2014 08:22:25.0507 (UTC) FILETIME=[3DA31330:01CF1CCB] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH] mxml: bump to 2.8 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- package/mxml/mxml.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/mxml/mxml.mk b/package/mxml/mxml.mk index 0658e4b..94a6c07 100644 --- a/package/mxml/mxml.mk +++ b/package/mxml/mxml.mk @@ -4,7 +4,7 @@ # ################################################################################ -MXML_VERSION = 2.7 +MXML_VERSION = 2.8 MXML_SITE = http://www.msweet.org/files/project3 MXML_LICENSE = LGPLv2+ with exceptions MXML_LICENSE_FILES = COPYING