From patchwork Tue Oct 1 08:14:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Eichinger X-Patchwork-Id: 279358 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 31B122C009A for ; Tue, 1 Oct 2013 18:17:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 920EE8B81F; Tue, 1 Oct 2013 08:17:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i6ALXuWYN19V; Tue, 1 Oct 2013 08:17:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6D7058B7E2; Tue, 1 Oct 2013 08:17:27 +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 191A51BFAAD for ; Tue, 1 Oct 2013 08:17:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 122768961E for ; Tue, 1 Oct 2013 08:17:26 +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 Cak9qnpF2mQj for ; Tue, 1 Oct 2013 08:17:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id C30CA89632 for ; Tue, 1 Oct 2013 08:17:23 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id hm2so5146291wib.6 for ; Tue, 01 Oct 2013 01:17:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=wiOL+dDjpx/xBitjNiOJ9OhBfHMPiSBX99IFevroIyY=; b=MpNg77fflHy0BxPoVZqEm4wobFlhizhs+W45KiJj1DsQkcbNvuyUuuMlrUuZ2oaiq1 iG6zyUGhDgdl3GNVg95EcMZGOYy+o6MfjbmP+soeAxZjpUsr1rnO6K3eFJeePjK0pOtc J1kZ4T7mdEqvoxqVUDHAJdMtniANVzHIYRvGsybzxCFDAaLSoJhV6zPtPE6bS58At4kB CQpqQEo6LaTw+ZjM3ISIGrmj7iF5mmBSPwdjN08ieXk1h4m30f4LV/QeWaJtJ3Jqba5h DQsYGAWGAgLyBTvTmZn2/39KezZWPjqlR+C+D06QytuESMBxeZ5fAm3tC8WJxdu5F28I IMLg== X-Received: by 10.180.187.41 with SMTP id fp9mr17178803wic.33.1380615442333; Tue, 01 Oct 2013 01:17:22 -0700 (PDT) Received: from nashorn.home (178-191-139-226.adsl.highway.telekom.at. [178.191.139.226]) by mx.google.com with ESMTPSA id b11sm3610082wik.1.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Oct 2013 01:17:21 -0700 (PDT) From: Phil Eichinger To: buildroot@busybox.net Date: Tue, 1 Oct 2013 10:14:56 +0200 Message-Id: <1380615296-26194-2-git-send-email-phil@zankapfel.net> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1380615296-26194-1-git-send-email-phil@zankapfel.net> References: <1380615296-26194-1-git-send-email-phil@zankapfel.net> Cc: Phil Eichinger Subject: [Buildroot] [PATCH 2/2] mtdev: bump version to 1.1.4 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 Signed-off-by: Phil Eichinger --- package/mtdev/mtdev.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mtdev/mtdev.mk b/package/mtdev/mtdev.mk index 5c94352..3ae2a10 100644 --- a/package/mtdev/mtdev.mk +++ b/package/mtdev/mtdev.mk @@ -4,7 +4,7 @@ # ################################################################################ -MTDEV_VERSION = 1.1.3 +MTDEV_VERSION = 1.1.4 MTDEV_SOURCE = mtdev-$(MTDEV_VERSION).tar.bz2 MTDEV_SITE = http://bitmath.org/code/mtdev/