From patchwork Thu Jul 8 19:24:03 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jon Mason X-Patchwork-Id: 58275 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 25B83B6F04 for ; Fri, 9 Jul 2010 05:23:30 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758507Ab0GHTX0 (ORCPT ); Thu, 8 Jul 2010 15:23:26 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:61336 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757419Ab0GHTXZ (ORCPT ); Thu, 8 Jul 2010 15:23:25 -0400 Received: by pvc7 with SMTP id 7so448876pvc.19 for ; Thu, 08 Jul 2010 12:23:25 -0700 (PDT) Received: by 10.114.196.20 with SMTP id t20mr1691256waf.82.1278617005381; Thu, 08 Jul 2010 12:23:25 -0700 (PDT) Received: from arkham.kudzu.us (cpe-72-177-2-76.austin.res.rr.com [72.177.2.76]) by mx.google.com with ESMTPS id s29sm214343wak.14.2010.07.08.12.23.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Jul 2010 12:23:24 -0700 (PDT) Received: by arkham.kudzu.us (sSMTP sendmail emulation); Thu, 08 Jul 2010 14:24:03 -0500 Date: Thu, 8 Jul 2010 14:24:03 -0500 From: Jon Mason To: David Miller Cc: netdev@vger.kernel.org, Sreenivasa Honnur , Ramkrishna Vepa Subject: [PATCH 6/6 net-next-2.6] vxge: Version update Message-ID: <20100708192403.GF15167@exar.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Version update Signed-off-by: Jon Mason Signed-off-by: Sreenivasa Honnur Signed-off-by: Ramkrishna Vepa --- drivers/net/vxge/vxge-version.h | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/net/vxge/vxge-version.h b/drivers/net/vxge/vxge-version.h index 4008e6b..7b9047c 100644 --- a/drivers/net/vxge/vxge-version.h +++ b/drivers/net/vxge/vxge-version.h @@ -12,12 +12,11 @@ * Copyright(c) 2002-2010 Exar Corp. ******************************************************************************/ #ifndef VXGE_VERSION_H - #define VXGE_VERSION_H #define VXGE_VERSION_MAJOR "2" #define VXGE_VERSION_MINOR "0" -#define VXGE_VERSION_FIX "8" -#define VXGE_VERSION_BUILD "20182" +#define VXGE_VERSION_FIX "9" +#define VXGE_VERSION_BUILD "20670" #define VXGE_VERSION_FOR "k" #endif