mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 08:34:20 +08:00
ixgbe: bump version number
Bump the version number reflect the corresponding functionality in the out of tree driver. Signed-of-by: Don Skidmore <donald.c.skidmore@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
b8f8363895
commit
8c5afd6d7b
@ -63,7 +63,7 @@ char ixgbe_default_device_descr[] =
|
|||||||
static char ixgbe_default_device_descr[] =
|
static char ixgbe_default_device_descr[] =
|
||||||
"Intel(R) 10 Gigabit Network Connection";
|
"Intel(R) 10 Gigabit Network Connection";
|
||||||
#endif
|
#endif
|
||||||
#define DRV_VERSION "3.11.33-k"
|
#define DRV_VERSION "3.13.10-k"
|
||||||
const char ixgbe_driver_version[] = DRV_VERSION;
|
const char ixgbe_driver_version[] = DRV_VERSION;
|
||||||
static const char ixgbe_copyright[] =
|
static const char ixgbe_copyright[] =
|
||||||
"Copyright (c) 1999-2013 Intel Corporation.";
|
"Copyright (c) 1999-2013 Intel Corporation.";
|
||||||
|
Loading…
Reference in New Issue
Block a user