mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue