mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 14:14:54 +00:00
i40e: update version number
Signed-off-by: Alice Michael <alice.michael@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
ce0a5f1ae6
commit
9f250f1564
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ static const char i40e_driver_string[] =
|
|||
#define DRV_KERN "-k"
|
||||
|
||||
#define DRV_VERSION_MAJOR 2
|
||||
#define DRV_VERSION_MINOR 7
|
||||
#define DRV_VERSION_BUILD 6
|
||||
#define DRV_VERSION_MINOR 8
|
||||
#define DRV_VERSION_BUILD 10
|
||||
#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
|
||||
__stringify(DRV_VERSION_MINOR) "." \
|
||||
__stringify(DRV_VERSION_BUILD) DRV_KERN
|
||||
|
|
Loading…
Add table
Reference in a new issue