]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
fm10k: bump version number
authorJacob Keller <jacob.e.keller@intel.com>
Thu, 18 Jan 2018 17:18:57 +0000 (09:18 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 28 Feb 2018 15:22:29 +0000 (07:22 -0800)
We're aligned with latest version released on SourceForge, so update the
version number to match.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/fm10k/fm10k_main.c

index 8e12aae065d82f2ae39ee5c559c83da394a5fe19..2c93d719438f84c9aab78228a16c4345f9af9dc8 100644 (file)
 
 #include "fm10k.h"
 
-#define DRV_VERSION    "0.22.1-k"
+#define DRV_VERSION    "0.23.4-k"
 #define DRV_SUMMARY    "Intel(R) Ethernet Switch Host Interface Driver"
 const char fm10k_driver_version[] = DRV_VERSION;
 char fm10k_driver_name[] = "fm10k";
 static const char fm10k_driver_string[] = DRV_SUMMARY;
 static const char fm10k_copyright[] =
-       "Copyright(c) 2013 - 2017 Intel Corporation.";
+       "Copyright(c) 2013 - 2018 Intel Corporation.";
 
 MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
 MODULE_DESCRIPTION(DRV_SUMMARY);