Browse Source

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>
Vu Pham 12 years ago
parent
commit
e8ca413558
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/infiniband/ulp/srp/ib_srp.c

+ 2 - 2
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 "