diff options
author | Catherine Sullivan <catherine.sullivan@intel.com> | 2014-05-10 00:49:15 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2014-06-08 05:02:06 -0400 |
commit | eeb6b6451b7312de1434d0f20a6bb56271ee7c34 (patch) | |
tree | f62d2b221ebdf4cb66340772f4482012c957bbb2 /drivers/net/ethernet/intel/i40evf/i40evf_main.c | |
parent | 704599ed0fa28bc5b1f9478315ba076ec6f66192 (diff) |
i40e/i40evf: Bump build version
Bump i40e to 0.4.5 and i40evf to 0.9.29.
Change-ID: I9faca5544446518c5425612e733499cf16ef20a1
Signed-off-by: Catherine Sullivan <catherine.sullivan@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 edb3b49262ea..e8d2481d1849 100644 --- a/drivers/net/ethernet/intel/i40evf/i40evf_main.c +++ b/drivers/net/ethernet/intel/i40evf/i40evf_main.c | |||
@@ -36,7 +36,7 @@ char i40evf_driver_name[] = "i40evf"; | |||
36 | static const char i40evf_driver_string[] = | 36 | static const char i40evf_driver_string[] = |
37 | "Intel(R) XL710 X710 Virtual Function Network Driver"; | 37 | "Intel(R) XL710 X710 Virtual Function Network Driver"; |
38 | 38 | ||
39 | #define DRV_VERSION "0.9.27" | 39 | #define DRV_VERSION "0.9.29" |
40 | const char i40evf_driver_version[] = DRV_VERSION; | 40 | const char i40evf_driver_version[] = DRV_VERSION; |
41 | static const char i40evf_copyright[] = | 41 | static const char i40evf_copyright[] = |
42 | "Copyright (c) 2013 - 2014 Intel Corporation."; | 42 | "Copyright (c) 2013 - 2014 Intel Corporation."; |