From patchwork Thu Jun 23 23:09:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 101699 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id BFD2DB6F7E for ; Fri, 24 Jun 2011 09:11:04 +1000 (EST) Received: from canuck.infradead.org ([134.117.69.58]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QZt2n-0006LS-2V; Thu, 23 Jun 2011 23:10:41 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QZt2m-0007oJ-My; Thu, 23 Jun 2011 23:10:40 +0000 Received: from mms1.broadcom.com ([216.31.210.17]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QZt2k-0007o0-1b for linux-mtd@lists.infradead.org; Thu, 23 Jun 2011 23:10:38 +0000 Received: from [10.9.200.133] by mms1.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.3.2)); Thu, 23 Jun 2011 16:15:10 -0700 X-Server-Uuid: 02CED230-5797-4B57-9875-D5D2FEE4708A Received: from mail-irva-13.broadcom.com (10.11.16.103) by IRVEXCHHUB02.corp.ad.broadcom.com (10.9.200.133) with Microsoft SMTP Server id 8.2.247.2; Thu, 23 Jun 2011 16:10:12 -0700 Received: from localhost.localdomain (ld-irv-0074 [10.12.160.50]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id C6A0874D09; Thu, 23 Jun 2011 16:10:18 -0700 (PDT) From: "Brian Norris" To: "Artem Bityutskiy" Subject: [PATCH] mtd-utils: bump nanddump, mtdinfo version numbers Date: Thu, 23 Jun 2011 16:09:47 -0700 Message-ID: <1308870587-5300-1-git-send-email-computersforpeace@gmail.com> X-Mailer: git-send-email 1.7.0.4 MIME-Version: 1.0 X-WSS-ID: 621D17743B48113610-01-01 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110623_191038_310023_7D68FCDB X-CRM114-Status: GOOD ( 12.07 ) X-Spam-Score: 1.2 (+) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (1.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is freemail (computersforpeace[at]gmail.com) 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is CUSTOM_MED 0.0 RFC_ABUSE_POST Both abuse and postmaster missing on sender domain 1.2 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list Cc: Brian Norris , linux-mtd@lists.infradead.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Signed-off-by: Brian Norris --- nanddump.c | 2 +- ubi-utils/src/mtdinfo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nanddump.c b/nanddump.c index 54cb1af..0367d83 100644 --- a/nanddump.c +++ b/nanddump.c @@ -14,7 +14,7 @@ */ #define PROGRAM_NAME "nanddump" -#define VERSION "1.30" +#define VERSION "1.31" #define _GNU_SOURCE #include diff --git a/ubi-utils/src/mtdinfo.c b/ubi-utils/src/mtdinfo.c index b6077e4..bfd7e6d 100644 --- a/ubi-utils/src/mtdinfo.c +++ b/ubi-utils/src/mtdinfo.c @@ -21,7 +21,7 @@ * Author: Artem Bityutskiy */ -#define PROGRAM_VERSION "1.0" +#define PROGRAM_VERSION "1.1" #define PROGRAM_NAME "mtdinfo" #include