aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-02-13 12:19:44 -0800
committerRoland Dreier <rolandd@cisco.com>2006-02-13 12:19:44 -0800
commit7d2babc4874825027848db04d11784070da4456d (patch)
treee97b125497031f13b974db376df1b80e04dd166f /drivers
parent20b83382d1c5d4d1a73fc5671261db5239d1dbb3 (diff)
downloadlinux-7d2babc4874825027848db04d11784070da4456d.tar.gz
IB/mthca: bump driver version and release date
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/infiniband/hw/mthca/mthca_dev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_dev.h b/drivers/infiniband/hw/mthca/mthca_dev.h
index 2a165fd06e5708..e481037288d61c 100644
--- a/drivers/infiniband/hw/mthca/mthca_dev.h
+++ b/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,