diff options
author | Harshitha Ramamurthy <harshitha.ramamurthy@intel.com> | 2016-04-13 03:08:32 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2016-05-01 17:05:07 -0700 |
commit | 5a6fc256e7b64b3073688cc72fae357612cf31c6 (patch) | |
tree | 792c92fe1e2f1e4a7f5216317d67c20318faec77 /drivers/net/ethernet/intel/i40evf/i40evf_main.c | |
parent | a3aa5036cf3798c18fe22041fbfbac01642657e0 (diff) | |
download | linux-5a6fc256e7b64b3073688cc72fae357612cf31c6.tar.gz linux-5a6fc256e7b64b3073688cc72fae357612cf31c6.tar.bz2 linux-5a6fc256e7b64b3073688cc72fae357612cf31c6.zip |
i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10
Signed-off-by: Harshitha Ramamurthy <harshitha.ramamurthy@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/i40evf/i40evf_main.c')
-rw-r--r-- | drivers/net/ethernet/intel/i40evf/i40evf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/i40evf/i40evf_main.c b/drivers/net/ethernet/intel/i40evf/i40evf_main.c index d1c4afdd9435..b9b1dd831a16 100644 --- a/drivers/net/ethernet/intel/i40evf/i40evf_main.c +++ b/drivers/net/ethernet/intel/i40evf/i40evf_main.c @@ -38,7 +38,7 @@ static const char i40evf_driver_string[] = #define DRV_VERSION_MAJOR 1 #define DRV_VERSION_MINOR 5 -#define DRV_VERSION_BUILD 5 +#define DRV_VERSION_BUILD 10 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \ __stringify(DRV_VERSION_MINOR) "." \ __stringify(DRV_VERSION_BUILD) \ |