diff options
author | Jayamohan Kallickal <jayamohan.kallickal@emulex.com> | 2012-04-03 23:41:46 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-04-25 09:24:56 +0100 |
commit | 76d15dbd5d3ecfb9bf9355ca3395036fc2f7a751 (patch) | |
tree | 96b7b300fea025f79c2b602cc7bb271b22729910 /drivers/scsi/be2iscsi/be_main.h | |
parent | 2f63588386c5ccc39a2b59c3cb336440ac4dfcaa (diff) | |
download | op-kernel-dev-76d15dbd5d3ecfb9bf9355ca3395036fc2f7a751.zip op-kernel-dev-76d15dbd5d3ecfb9bf9355ca3395036fc2f7a751.tar.gz |
[SCSI] be2iscsi: Bump the driver Version
Signed-off-by: Minh Tran <MinhDuc.Tran@Emulex.Com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
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 49289ef..13e3bef 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h @@ -34,7 +34,7 @@ #include "be.h" #define DRV_NAME "be2iscsi" -#define BUILD_STR "4.1.239.0" +#define BUILD_STR "4.2.162.0" #define BE_NAME "Emulex OneConnect" \ "Open-iSCSI Driver version" BUILD_STR #define DRV_DESC BE_NAME " " "Driver" |