igb: Bump version number
With recent changes, need to bump the driver version to reflect the changes. Signed-off-by: Todd Fujinaka <todd.fujinaka@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
200a1a1a7e
commit
a865d22d59
@ -39,7 +39,7 @@
|
|||||||
#include "igb.h"
|
#include "igb.h"
|
||||||
|
|
||||||
#define MAJ 5
|
#define MAJ 5
|
||||||
#define MIN 4
|
#define MIN 6
|
||||||
#define BUILD 0
|
#define BUILD 0
|
||||||
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
|
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
|
||||||
__stringify(BUILD) "-k"
|
__stringify(BUILD) "-k"
|
||||||
|
Loading…
Reference in New Issue
Block a user