Skip to content

Commit 962dd66

Browse files
Catherine Sullivandavem330
authored andcommitted
i40e: Bump version number
Update the driver version to 0.3.30-k. Signed-off-by: Catherine Sullivan <[email protected]> Signed-off-by: Jesse Brandeburg <[email protected]> Tested-by: Kavindya Deegala <[email protected]> Signed-off-by: Aaron Brown <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b3df6e1 commit 962dd66

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
@@ -38,7 +38,7 @@ static const char i40e_driver_string[] =
3838

3939
#define DRV_VERSION_MAJOR 0
4040
#define DRV_VERSION_MINOR 3
41-
#define DRV_VERSION_BUILD 28
41+
#define DRV_VERSION_BUILD 30
4242
#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
4343
__stringify(DRV_VERSION_MINOR) "." \
4444
__stringify(DRV_VERSION_BUILD) DRV_KERN

0 commit comments

Comments
 (0)