xref: /openbmc/linux/drivers/scsi/qedf/qedf_version.h (revision 32dce48c)
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.42.3.0"
8 #define QEDF_DRIVER_MAJOR_VER		8
9 #define QEDF_DRIVER_MINOR_VER		42
10 #define QEDF_DRIVER_REV_VER		3
11 #define QEDF_DRIVER_ENG_VER		0
12 
13