mirror of https://gitee.com/openkylin/linux.git
ixgbe: bump version number
Bump the version string to better match pair up with the out of tree driver that contains the same functionality. Signed-off-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
e878d78b9a
commit
19d478bbe6
drivers/net/ethernet/intel/ixgbe
|
@ -56,8 +56,8 @@ char ixgbe_driver_name[] = "ixgbe";
|
|||
static const char ixgbe_driver_string[] =
|
||||
"Intel(R) 10 Gigabit PCI Express Network Driver";
|
||||
#define MAJ 3
|
||||
#define MIN 4
|
||||
#define BUILD 8
|
||||
#define MIN 6
|
||||
#define BUILD 7
|
||||
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
|
||||
__stringify(BUILD) "-k"
|
||||
const char ixgbe_driver_version[] = DRV_VERSION;
|
||||
|
|
Loading…
Reference in New Issue