File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
drivers/net/ethernet/intel Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ static const char i40e_driver_string[] =
39
39
40
40
#define DRV_VERSION_MAJOR 0
41
41
#define DRV_VERSION_MINOR 4
42
- #define DRV_VERSION_BUILD 13
42
+ #define DRV_VERSION_BUILD 17
43
43
#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
44
44
__stringify(DRV_VERSION_MINOR) "." \
45
45
__stringify(DRV_VERSION_BUILD) DRV_KERN
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ char i40evf_driver_name[] = "i40evf";
36
36
static const char i40evf_driver_string [] =
37
37
"Intel(R) XL710 X710 Virtual Function Network Driver" ;
38
38
39
- #define DRV_VERSION "0.9.35 "
39
+ #define DRV_VERSION "0.9.36 "
40
40
const char i40evf_driver_version [] = DRV_VERSION ;
41
41
static const char i40evf_copyright [] =
42
42
"Copyright (c) 2013 - 2014 Intel Corporation." ;
You can’t perform that action at this time.
0 commit comments