File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
drivers/net/ethernet/intel Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ static const char i40e_driver_string[] =
45
45
#define DRV_KERN "-k"
46
46
47
47
#define DRV_VERSION_MAJOR 1
48
- #define DRV_VERSION_MINOR 4
49
- #define DRV_VERSION_BUILD 25
48
+ #define DRV_VERSION_MINOR 5
49
+ #define DRV_VERSION_BUILD 1
50
50
#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
51
51
__stringify(DRV_VERSION_MINOR) "." \
52
52
__stringify(DRV_VERSION_BUILD) DRV_KERN
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ static const char i40evf_driver_string[] =
37
37
#define DRV_KERN "-k"
38
38
39
39
#define DRV_VERSION_MAJOR 1
40
- #define DRV_VERSION_MINOR 4
41
- #define DRV_VERSION_BUILD 15
40
+ #define DRV_VERSION_MINOR 5
41
+ #define DRV_VERSION_BUILD 1
42
42
#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
43
43
__stringify(DRV_VERSION_MINOR) "." \
44
44
__stringify(DRV_VERSION_BUILD) \
You can’t perform that action at this time.
0 commit comments