Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c89c7112 authored by Don Skidmore's avatar Don Skidmore Committed by Jeff Kirsher
Browse files

ixgbe: Bump version



Bump the driver version number to better match up with the out of tree
driver that has similar functionality.

Signed-off-by: default avatarDon Skidmore <donald.c.skidmore@intel.com>
Tested-by: default avatarEvan Swanson <evan.swanson@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 58be7666
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -52,8 +52,8 @@ 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 MAJ 3
#define MAJ 3
#define MIN 2
#define MIN 3
#define BUILD 9
#define BUILD 8
#define KFIX 2
#define KFIX 2
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
	__stringify(BUILD) "-k" __stringify(KFIX)
	__stringify(BUILD) "-k" __stringify(KFIX)