mirror of https://gitee.com/openkylin/linux.git
igb: bump version to 5.2.15
Bump version Signed-off-by: Todd Fujinaka <todd.fujinaka@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
a81fb04941
commit
b5d130c4d6
|
@ -58,7 +58,7 @@
|
|||
|
||||
#define MAJ 5
|
||||
#define MIN 2
|
||||
#define BUILD 13
|
||||
#define BUILD 15
|
||||
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
|
||||
__stringify(BUILD) "-k"
|
||||
char igb_driver_name[] = "igb";
|
||||
|
|
Loading…
Reference in New Issue