summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
diff options
context:
space:
mode:
authorVu Pham <vuhuong@mellanox.com>2013-06-28 12:59:08 (GMT)
committerRoland Dreier <roland@purestorage.com>2013-07-01 17:42:02 (GMT)
commite8ca413558de8ea235a1223074c4ed09616b9034 (patch)
tree2f27b693c7ca8e502498ede55f386105a06bb9b8 /drivers/infiniband/ulp
parent4b5e5f41c8e114bb856347134657eb9e1cccc822 (diff)
downloadlinux-fsl-qoriq-e8ca413558de8ea235a1223074c4ed09616b9034.tar.xz
IB/srp: Bump driver version and release date
Signed-off-by: Vu Pham <vu@mellanox.com> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/ulp')
-rw-r--r--drivers/infiniband/ulp/srp/ib_srp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/ulp/srp/ib_srp.c b/drivers/infiniband/ulp/srp/ib_srp.c
index 9b30366..9d8b46e 100644
--- a/drivers/infiniband/ulp/srp/ib_srp.c
+++ b/drivers/infiniband/ulp/srp/ib_srp.c
@@ -53,8 +53,8 @@
#define DRV_NAME "ib_srp"
#define PFX DRV_NAME ": "
-#define DRV_VERSION "0.2"
-#define DRV_RELDATE "November 1, 2005"
+#define DRV_VERSION "1.0"
+#define DRV_RELDATE "July 1, 2013"
MODULE_AUTHOR("Roland Dreier");
MODULE_DESCRIPTION("InfiniBand SCSI RDMA Protocol initiator "