From: Jack Morgenstein Date: Thu, 17 Apr 2008 04:09:34 +0000 (-0700) Subject: IB/mthca: Update module version and release date X-Git-Tag: v2.6.26-rc1~1156^2~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;ds=sidebyside;h=940801b27e021b3494a44bc93be3c73fadbe4c2f;p=linux-block.git IB/mthca: Update module version and release date The ib_mthca driver has been stable for a while, so bump the version number to 1.0 to indicate this. Signed-off-by: Jack Morgenstein Signed-off-by: Roland Dreier --- diff --git a/drivers/infiniband/hw/mthca/mthca_dev.h b/drivers/infiniband/hw/mthca/mthca_dev.h index f82ed832ad97..0e842e023400 100644 --- a/drivers/infiniband/hw/mthca/mthca_dev.h +++ b/drivers/infiniband/hw/mthca/mthca_dev.h @@ -54,8 +54,8 @@ #define DRV_NAME "ib_mthca" #define PFX DRV_NAME ": " -#define DRV_VERSION "0.08" -#define DRV_RELDATE "February 14, 2006" +#define DRV_VERSION "1.0" +#define DRV_RELDATE "April 4, 2008" enum { MTHCA_FLAG_DDR_HIDDEN = 1 << 1,