diff options
author | Karen Xie <kxie@chelsio.com> | 2009-02-13 21:39:09 -0800 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-02-21 20:29:38 -0600 |
commit | b7e7bd34465518f3527bf47a8055f35077d40c6c (patch) | |
tree | cb3d5a25a818baafdb2f61decc3e0bc0fa93f589 /drivers/scsi | |
parent | 802d52734adf0f288c49c05ed433872d7559c932 (diff) | |
download | op-kernel-dev-b7e7bd34465518f3527bf47a8055f35077d40c6c.zip op-kernel-dev-b7e7bd34465518f3527bf47a8055f35077d40c6c.tar.gz |
[SCSI] cxgb3i: update the driver version to 1.0.1
Signed-off-by: Karen Xie <kxie@chelsio.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/cxgb3i/cxgb3i_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/cxgb3i/cxgb3i_init.c b/drivers/scsi/cxgb3i/cxgb3i_init.c index 091ecb4..1ce9f24 100644 --- a/drivers/scsi/cxgb3i/cxgb3i_init.c +++ b/drivers/scsi/cxgb3i/cxgb3i_init.c @@ -12,8 +12,8 @@ #include "cxgb3i.h" #define DRV_MODULE_NAME "cxgb3i" -#define DRV_MODULE_VERSION "1.0.0" -#define DRV_MODULE_RELDATE "Jun. 1, 2008" +#define DRV_MODULE_VERSION "1.0.1" +#define DRV_MODULE_RELDATE "Jan. 2009" static char version[] = "Chelsio S3xx iSCSI Driver " DRV_MODULE_NAME |