diff options
author | John Soni Jose <sony.john@avagotech.com> | 2015-08-20 04:44:31 +0530 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-11-09 15:51:05 -0800 |
commit | fb9c54dc1f74708882505d288ed8e8857cb4b22d (patch) | |
tree | 3eb8722e3d9ce24c21654869094de2b4d6c6b7ab /drivers/scsi/be2iscsi/be_main.h | |
parent | 340c99e9adacfe1bc7dd50eec4d4fa3203288042 (diff) |
be2iscsi: Bump the driver version
Signed-off-by: John Soni Jose <sony.john@avagotech.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Odin.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 e4c1d61eb852..5c67c0732241 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.6.0.0" +#define BUILD_STR "10.6.0.1" #define BE_NAME "Emulex OneConnect" \ "Open-iSCSI Driver version" BUILD_STR #define DRV_DESC BE_NAME " " "Driver" |