diff options
author | Justin Tee <justin.tee@broadcom.com> | 2023-07-12 11:05:21 -0700 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-07-23 16:17:08 -0400 |
commit | cfb9b8f506d5e8bc4765c83c5910511699da19d8 (patch) | |
tree | 785915a3a7b0c01586b1dafbe3157d2f203153d3 | |
parent | 81907422cac08161cf1a351c416c1f891ff4af57 (diff) | |
download | lwn-cfb9b8f506d5e8bc4765c83c5910511699da19d8.tar.gz lwn-cfb9b8f506d5e8bc4765c83c5910511699da19d8.zip |
scsi: lpfc: Update lpfc version to 14.2.0.14
Update lpfc version to 14.2.0.14
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Link: https://lore.kernel.org/r/20230712180522.112722-12-justintee8345@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-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 6f35491aed0f..13a547277f97 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.2.0.13" +#define LPFC_DRIVER_VERSION "14.2.0.14" #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */ |