From: Dotan Barak Date: Thu, 14 Jul 2011 14:36:42 +0000 (+0000) Subject: mlx4_core: Bump the driver version to 1.0 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e1892fa80def35f7d0e9963e582edba01dd8e453;p=linux-beck.git 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 Signed-off-by: Roland Dreier --- diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h index 5e405bbc8d1b..a2fcd8402d37 100644 --- a/drivers/net/mlx4/mlx4.h +++ b/drivers/net/mlx4/mlx4.h @@ -48,8 +48,8 @@ #include #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 { MLX4_HCR_BASE = 0x80680,