diff options
author | James Smart <[email protected]> | 2021-08-16 09:29:00 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2021-08-24 22:56:34 -0400 |
commit | 2dbf7cde53bec4f4d197b9d9af6f0fd6c37e5959 (patch) | |
tree | 0de942d5c5ff4373bb567292aa9aec247a1d9356 | |
parent | acbaa8c8ed17e768dab3f09f457fd265d7c94848 (diff) |
scsi: lpfc: Update lpfc version to 14.0.0.1
Update lpfc version to 14.0.0.1
Link: https://lore.kernel.org/r/[email protected]
Co-developed-by: Justin Tee <[email protected]>
Signed-off-by: Justin Tee <[email protected]>
Signed-off-by: James Smart <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/lpfc/lpfc_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_version.h b/drivers/scsi/lpfc/lpfc_version.h index 73a5b3bbdacd..a7aba7833425 100644 --- a/drivers/scsi/lpfc/lpfc_version.h +++ b/drivers/scsi/lpfc/lpfc_version.h @@ -20,7 +20,7 @@ * included with this package. * *******************************************************************/ -#define LPFC_DRIVER_VERSION "14.0.0.0" +#define LPFC_DRIVER_VERSION "14.0.0.1" #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */ |