diff options
author | John Soni Jose <sony.john-n@emulex.com> | 2012-08-20 23:01:06 +0530 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-14 17:59:28 +0100 |
commit | 06047689a976de5f7cd1067971191cca4b77af1c (patch) | |
tree | 27e8748b0523f05c3640f9a03303e31e9c57e2eb /drivers/scsi | |
parent | 0a513dd8736cdf96821d137b066b6fd44d3eb2cf (diff) | |
download | blackbird-op-linux-06047689a976de5f7cd1067971191cca4b77af1c.tar.gz blackbird-op-linux-06047689a976de5f7cd1067971191cca4b77af1c.zip |
[SCSI] be2iscsi: 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: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi')
-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 084386cc5672..b8912263ef4e 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h @@ -36,7 +36,7 @@ #include "be.h" #define DRV_NAME "be2iscsi" -#define BUILD_STR "4.2.162.0" +#define BUILD_STR "4.4.58.0" #define BE_NAME "Emulex OneConnect" \ "Open-iSCSI Driver version" BUILD_STR #define DRV_DESC BE_NAME " " "Driver" |