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

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

ixgbe: update version number



Update the driver version number to better match version of out of tree
driver that has similar functionality.

Signed-off-by: default avatarDon Skidmore <donald.c.skidmore@intel.com>
Tested-by: default avatarPhil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 70e5576c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -63,8 +63,8 @@ static char ixgbe_default_device_descr[] =
			      "Intel(R) 10 Gigabit Network Connection";
			      "Intel(R) 10 Gigabit Network Connection";
#endif
#endif
#define MAJ 3
#define MAJ 3
#define MIN 6
#define MIN 8
#define BUILD 7
#define BUILD 21
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
	__stringify(BUILD) "-k"
	__stringify(BUILD) "-k"
const char ixgbe_driver_version[] = DRV_VERSION;
const char ixgbe_driver_version[] = DRV_VERSION;