diff options
author | Jayamohan Kallickal <jayamohank@gmail.com> | 2013-09-28 15:36:00 -0700 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-10-25 09:58:11 +0100 |
commit | 214ab31c7c64d7312c360811e79c7c3c4ba5a0fb (patch) | |
tree | f51ce11d6536e27a6c84ce7de03415adafd3c6d0 /drivers/scsi/be2iscsi/be_main.h | |
parent | cf987b7900b8a88661cc984305eb8672b5d6b8f7 (diff) | |
download | op-kernel-dev-214ab31c7c64d7312c360811e79c7c3c4ba5a0fb.zip op-kernel-dev-214ab31c7c64d7312c360811e79c7c3c4ba5a0fb.tar.gz |
[SCSI] be2iscsi: Bump 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/be2iscsi/be_main.h')
-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 aace072..31fa27b 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.0.467.0" +#define BUILD_STR "10.0.659.0" #define BE_NAME "Emulex OneConnect" \ "Open-iSCSI Driver version" BUILD_STR #define DRV_DESC BE_NAME " " "Driver" |