Browse Source

IB/mthca: bump driver version and release date

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Roland Dreier 19 years ago
parent
commit
7d2babc487
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/infiniband/hw/mthca/mthca_dev.h

+ 2 - 2
drivers/infiniband/hw/mthca/mthca_dev.h

@@ -53,8 +53,8 @@
 
 #define DRV_NAME	"ib_mthca"
 #define PFX		DRV_NAME ": "
-#define DRV_VERSION	"0.06"
-#define DRV_RELDATE	"June 23, 2005"
+#define DRV_VERSION	"0.07"
+#define DRV_RELDATE	"February 13, 2006"
 
 enum {
 	MTHCA_FLAG_DDR_HIDDEN = 1 << 1,