diff options
author | Jayamohan Kallickal <jayamohank@serverengines.com> | 2010-07-22 03:01:07 +0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-08-06 18:41:52 +0400 |
commit | dd81beaee9a8bf000f7fbfe609b5a0fc9607e233 (patch) | |
tree | 421627b3029b59124d6af949533f1d400f4d5572 /drivers/scsi/be2iscsi | |
parent | e919dee8a398fea1db184ce1418e70170a01c8fa (diff) | |
download | linux-dd81beaee9a8bf000f7fbfe609b5a0fc9607e233.tar.xz |
[SCSI] be2iscsi: Driver Version change to 2.0.549.0
Signed-off-by: Jayamohan Kallickal <jayamohank@serverengines.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/be2iscsi')
-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 6cfa55d019da..90eb74f6bcab 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h @@ -35,7 +35,7 @@ #include "be.h" #define DRV_NAME "be2iscsi" -#define BUILD_STR "2.0.527.0" +#define BUILD_STR "2.0.549.0" #define BE_NAME "ServerEngines BladeEngine2" \ "Linux iSCSI Driver version" BUILD_STR #define DRV_DESC BE_NAME " " "Driver" |