mirror of https://gitee.com/openkylin/linux.git
i40e: update version number
Just bumping the version number appropriately. 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
a01e5f222f
commit
d1fc90a93d
|
@ -27,7 +27,7 @@ static const char i40e_driver_string[] =
|
|||
|
||||
#define DRV_VERSION_MAJOR 2
|
||||
#define DRV_VERSION_MINOR 8
|
||||
#define DRV_VERSION_BUILD 10
|
||||
#define DRV_VERSION_BUILD 20
|
||||
#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
|
||||
__stringify(DRV_VERSION_MINOR) "." \
|
||||
__stringify(DRV_VERSION_BUILD) DRV_KERN
|
||||
|
|
Loading…
Reference in New Issue