mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 03:33:58 +08:00
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"
|
||||
|
||||
#define MAJ 5
|
||||
#define MIN 4
|
||||
#define MIN 6
|
||||
#define BUILD 0
|
||||
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
|
||||
__stringify(BUILD) "-k"
|
||||
|
Loading…
Reference in New Issue
Block a user