ixgbe: Increase the driver version number
Marching along, let's bump the version number to indicate things actually have happened to the driver. Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
1fcf03e656
commit
ba98898eb3
@@ -48,7 +48,7 @@ char ixgbe_driver_name[] = "ixgbe";
|
|||||||
static const char ixgbe_driver_string[] =
|
static const char ixgbe_driver_string[] =
|
||||||
"Intel(R) 10 Gigabit PCI Express Network Driver";
|
"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;
|
const char ixgbe_driver_version[] = DRV_VERSION;
|
||||||
static char ixgbe_copyright[] = "Copyright (c) 1999-2009 Intel Corporation.";
|
static char ixgbe_copyright[] = "Copyright (c) 1999-2009 Intel Corporation.";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user