Skip to content

Commit d1fc90a

Browse files
alicemicJeff Kirsher
authored andcommitted
i40e: update version number
Just bumping the version number appropriately. Signed-off-by: Alice Michael <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent a01e5f2 commit d1fc90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/intel/i40e/i40e_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static const char i40e_driver_string[] =
2727

2828
#define DRV_VERSION_MAJOR 2
2929
#define DRV_VERSION_MINOR 8
30-
#define DRV_VERSION_BUILD 10
30+
#define DRV_VERSION_BUILD 20
3131
#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
3232
__stringify(DRV_VERSION_MINOR) "." \
3333
__stringify(DRV_VERSION_BUILD) DRV_KERN

0 commit comments

Comments
 (0)