Skip to content

Commit e9d328d

Browse files
jacob-kellerJeff Kirsher
authored andcommitted
fm10k: bump version number
We're aligned with latest version released on SourceForge, so update the version number to match. Signed-off-by: Jacob Keller <[email protected]> Tested-by: Krishneil Singh <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 7d6707a commit e9d328d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/ethernet/intel/fm10k/fm10k_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828

2929
#include "fm10k.h"
3030

31-
#define DRV_VERSION "0.22.1-k"
31+
#define DRV_VERSION "0.23.4-k"
3232
#define DRV_SUMMARY "Intel(R) Ethernet Switch Host Interface Driver"
3333
const char fm10k_driver_version[] = DRV_VERSION;
3434
char fm10k_driver_name[] = "fm10k";
3535
static const char fm10k_driver_string[] = DRV_SUMMARY;
3636
static const char fm10k_copyright[] =
37-
"Copyright(c) 2013 - 2017 Intel Corporation.";
37+
"Copyright(c) 2013 - 2018 Intel Corporation.";
3838

3939
MODULE_AUTHOR("Intel Corporation, <[email protected]>");
4040
MODULE_DESCRIPTION(DRV_SUMMARY);

0 commit comments

Comments
 (0)