aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>2018-09-19 20:43:08 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2018-10-03 10:42:30 -0400
commit5cc6c8b30c8476f308d2500a0fca35e316c6dc90 (patch)
tree40db2675a66f819e9eaa5ce30ce425ccca332387
parent124cd5479679d23a18c8ea67176c28be715ab678 (diff)
ice: Update version string
Update version string to 0.7.2-k Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-rw-r--r--drivers/net/ethernet/intel/ice/ice_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_main.c b/drivers/net/ethernet/intel/ice/ice_main.c
index 02cfd874f674..8f61b375e768 100644
--- a/drivers/net/ethernet/intel/ice/ice_main.c
+++ b/drivers/net/ethernet/intel/ice/ice_main.c
@@ -8,7 +8,7 @@
8#include "ice.h" 8#include "ice.h"
9#include "ice_lib.h" 9#include "ice_lib.h"
10 10
11#define DRV_VERSION "0.7.1-k" 11#define DRV_VERSION "0.7.2-k"
12#define DRV_SUMMARY "Intel(R) Ethernet Connection E800 Series Linux Driver" 12#define DRV_SUMMARY "Intel(R) Ethernet Connection E800 Series Linux Driver"
13const char ice_drv_ver[] = DRV_VERSION; 13const char ice_drv_ver[] = DRV_VERSION;
14static const char ice_driver_string[] = DRV_SUMMARY; 14static const char ice_driver_string[] = DRV_SUMMARY;