From: Jeff Kirsher Date: Fri, 12 Sep 2008 03:03:55 +0000 (-0700) Subject: ixgbe: bump version X-Git-Tag: v2.6.28-rc1~717^2~195^2~14 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=51ac6445b108abab5e5ebeb5e68665d4509a6f29;p=linux-2.6-omap-h63xx.git ixgbe: bump version Signed-off-by: Jeff Kirsher Signed-off-by: Jesse Brandeburg Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 41aede55233..b5139118090 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 "1.3.18-k4" +#define DRV_VERSION "1.3.30-k2" const char ixgbe_driver_version[] = DRV_VERSION; static const char ixgbe_copyright[] = "Copyright (c) 1999-2007 Intel Corporation.";