aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf_main.c
diff options
context:
space:
mode:
authorCatherine Sullivan <catherine.sullivan@intel.com>2014-04-01 03:11:57 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2014-04-28 09:06:08 -0400
commitded7b9a345cb874614b00b4c3dda44864841f590 (patch)
tree1987a7d8c3af5796fc161004ed3a7b6fddfc9305 /drivers/net/ethernet/intel/i40evf/i40evf_main.c
parent6bb3f23c55bc8c14e9721c64bf51a8290ee50779 (diff)
i40e/i40evf: Bump build version
Bump i40e to 0.3.46 and i40evf to 0.9.23. Change-ID: Ia604ae6d513d9aaa8bfdac79665d9a3a72507df7 Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com> Tested-by: Kavindya Deegala <kavindya.s.deegala@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.c2
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 0a4ff41b2cee..6edd581dffa7 100644
--- a/drivers/net/ethernet/intel/i40evf/i40evf_main.c
+++ b/drivers/net/ethernet/intel/i40evf/i40evf_main.c
@@ -33,7 +33,7 @@ char i40evf_driver_name[] = "i40evf";
33static const char i40evf_driver_string[] = 33static const char i40evf_driver_string[] =
34 "Intel(R) XL710 X710 Virtual Function Network Driver"; 34 "Intel(R) XL710 X710 Virtual Function Network Driver";
35 35
36#define DRV_VERSION "0.9.21" 36#define DRV_VERSION "0.9.23"
37const char i40evf_driver_version[] = DRV_VERSION; 37const char i40evf_driver_version[] = DRV_VERSION;
38static const char i40evf_copyright[] = 38static const char i40evf_copyright[] =
39 "Copyright (c) 2013 - 2014 Intel Corporation."; 39 "Copyright (c) 2013 - 2014 Intel Corporation.";