diff options
author | Jayamohan Kallickal <jayamohan.kallickal@emulex.com> | 2011-04-29 19:30:08 (GMT) |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-05-01 21:35:11 (GMT) |
commit | 8a025bbc8ff897c36c6e2b91c2e852ea5e569394 (patch) | |
tree | ed8e2dca3e8310efef6c1aa73f1520837aef6221 /drivers/scsi | |
parent | 069adc7b0617348dd4c5cace1b35a90d6ddf1013 (diff) | |
download | linux-8a025bbc8ff897c36c6e2b91c2e852ea5e569394.tar.xz |
[SCSI] be2iscsi: update version
Bump version.
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
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 1f7c495..081c171 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 "2.0.549.0" +#define BUILD_STR "2.103.298.0" #define BE_NAME "ServerEngines BladeEngine2" \ "Linux iSCSI Driver version" BUILD_STR #define DRV_DESC BE_NAME " " "Driver" |