xref: /linux/drivers/scsi/qedf/qedf_version.h (revision 44f57d78)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *  QLogic FCoE Offload Driver
4  *  Copyright (c) 2016-2018 Cavium Inc.
5  */
6 
7 #define QEDF_VERSION		"8.37.25.20"
8 #define QEDF_DRIVER_MAJOR_VER		8
9 #define QEDF_DRIVER_MINOR_VER		37
10 #define QEDF_DRIVER_REV_VER		25
11 #define QEDF_DRIVER_ENG_VER		20
12 
13