浏览代码

mlx4_core: Bump the driver version to 1.0

Many features were added to this driver, so the driver version should change too.

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Dotan Barak 14 年之前
父节点
当前提交
e1892fa80d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/net/mlx4/mlx4.h

+ 2 - 2
drivers/net/mlx4/mlx4.h

@@ -48,8 +48,8 @@
 #include <linux/mlx4/doorbell.h>
 #include <linux/mlx4/doorbell.h>
 
 
 #define DRV_NAME	"mlx4_core"
 #define DRV_NAME	"mlx4_core"
-#define DRV_VERSION	"0.01"
-#define DRV_RELDATE	"May 1, 2007"
+#define DRV_VERSION	"1.0"
+#define DRV_RELDATE	"July 14, 2011"
 
 
 enum {
 enum {
 	MLX4_HCR_BASE		= 0x80680,
 	MLX4_HCR_BASE		= 0x80680,