From: Peter P Waskiewicz Jr Date: Thu, 4 Jun 2009 16:02:44 +0000 (+0000) Subject: ixgbe: Increase the driver version number X-Git-Tag: v2.6.31-rc1~330^2~140 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a1c1db392090bd280d1c3e2ed52ef682746ee332;p=karo-tx-linux.git ixgbe: Increase the driver version number With all the last patchsets going in for 82599 feature enablement, the driver version needs to be increased for better identification. Signed-off-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 543a606f22cc..d36003cbb6d4 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.24-k2" +#define DRV_VERSION "2.0.34-k2" const char ixgbe_driver_version[] = DRV_VERSION; static char ixgbe_copyright[] = "Copyright (c) 1999-2009 Intel Corporation.";