Skip to content

Commit

Permalink
IB/mthca: Update module version and release date
Browse files Browse the repository at this point in the history
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 <jackm@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Jack Morgenstein authored and Roland Dreier committed Apr 17, 2008
1 parent 0df6703 commit 940801b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/infiniband/hw/mthca/mthca_dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 940801b

Please sign in to comment.