diff options
author | John Soni Jose <sony.john-n@emulex.com> | 2014-09-26 15:14:16 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-09-30 09:29:55 +0200 |
commit | 49b552dedf63a5b4cde1b5e891ec305f16b09567 (patch) | |
tree | 72c0f8f434e7053e7b7b69999a5feed32c836bdb | |
parent | 53281edb2942c4d7abf12846b6b0591caf2bee4d (diff) |
be2iscsi : Bump the driver version
Bump the driver version
Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h index 36056311a6e4..7ee0ffc38514 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h @@ -36,7 +36,7 @@ #include <scsi/scsi_transport_iscsi.h> #define DRV_NAME "be2iscsi" -#define BUILD_STR "10.4.74.0" +#define BUILD_STR "10.4.114.0" #define BE_NAME "Emulex OneConnect" \ "Open-iSCSI Driver version" BUILD_STR #define DRV_DESC BE_NAME " " "Driver" |