From patchwork Mon May 18 06:58:21 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Kirsher, Jeffrey T" X-Patchwork-Id: 27338 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 804D2B7067 for ; Mon, 18 May 2009 16:59:16 +1000 (EST) Received: by ozlabs.org (Postfix) id E93B2DE078; Mon, 18 May 2009 16:58:45 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 7021ADE087 for ; Mon, 18 May 2009 16:58:43 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755830AbZERG6h (ORCPT ); Mon, 18 May 2009 02:58:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755823AbZERG6g (ORCPT ); Mon, 18 May 2009 02:58:36 -0400 Received: from qmta07.westchester.pa.mail.comcast.net ([76.96.62.64]:57386 "EHLO QMTA07.westchester.pa.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755796AbZERG6f (ORCPT ); Mon, 18 May 2009 02:58:35 -0400 Received: from OMTA13.westchester.pa.mail.comcast.net ([76.96.62.52]) by QMTA07.westchester.pa.mail.comcast.net with comcast id suvd1b00117dt5G57uy8Pb; Mon, 18 May 2009 06:58:08 +0000 Received: from localhost.localdomain ([63.64.152.142]) by OMTA13.westchester.pa.mail.comcast.net with comcast id suyN1b00934bfcX3ZuyQx3; Mon, 18 May 2009 06:58:35 +0000 From: Jeff Kirsher Subject: [net-next-2.6 PATCH 3/3] ixgbe: Increase the driver version number To: davem@davemloft.net Cc: netdev@vger.kernel.org, Peter P Waskiewicz Jr , Jeff Kirsher Date: Sun, 17 May 2009 23:58:21 -0700 Message-ID: <20090518065820.14864.58252.stgit@localhost.localdomain> In-Reply-To: <20090518065745.14864.86660.stgit@localhost.localdomain> References: <20090518065745.14864.86660.stgit@localhost.localdomain> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Peter P Waskiewicz Jr Marching along, let's bump the version number to indicate things actually have happened to the driver. Signed-off-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher --- drivers/net/ixgbe/ixgbe_main.c | 2 +- 1 files changed, 1 insertions(+), 1 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/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index f9f8831..d342619 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c @@ -48,7 +48,7 @@ char ixgbe_driver_name[] = "ixgbe"; static const char ixgbe_driver_string[] = "Intel(R) 10 Gigabit PCI Express Network Driver"; -#define DRV_VERSION "2.0.16-k2" +#define DRV_VERSION "2.0.24-k2" const char ixgbe_driver_version[] = DRV_VERSION; static char ixgbe_copyright[] = "Copyright (c) 1999-2009 Intel Corporation.";