igb: Version bump
This patch updates the igb version to 4.0.1. Signed-off-by: Carolyn Wyborny <carolyn.wyborny@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
d67974f0de
commit
200e5fd50e
1 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,9 @@
|
|||
#endif
|
||||
#include "igb.h"
|
||||
|
||||
#define MAJ 3
|
||||
#define MIN 4
|
||||
#define BUILD 7
|
||||
#define MAJ 4
|
||||
#define MIN 0
|
||||
#define BUILD 1
|
||||
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
|
||||
__stringify(BUILD) "-k"
|
||||
char igb_driver_name[] = "igb";
|
||||
|
|
Loading…
Reference in a new issue