diff options
author | James Smart <jsmart2021@gmail.com> | 2018-04-09 14:24:33 -0700 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-04-18 19:34:07 -0400 |
commit | 40e4a2e15c563c5663df19fa40cb638c29203ed8 (patch) | |
tree | b4a27cdde3c4e02309f3e6b12232bd71aa0beb50 | |
parent | b0a00d8d2bb7b88980bad48f6458089878422d86 (diff) | |
download | linux-40e4a2e15c563c5663df19fa40cb638c29203ed8.tar.gz linux-40e4a2e15c563c5663df19fa40cb638c29203ed8.tar.bz2 linux-40e4a2e15c563c5663df19fa40cb638c29203ed8.zip |
scsi: lpfc: update driver version to 12.0.0.2
Update the driver version to 12.0.0.2
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Reviewed-by: Hannes Reinecke <hare@suse.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 e8b089abbfb3..0cd474bb0bdd 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 "12.0.0.1" +#define LPFC_DRIVER_VERSION "12.0.0.2" #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */ |