Skip to content

Commit

Permalink
vxge: update driver version
Browse files Browse the repository at this point in the history
Update vxge driver version to 2.5.3

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jon Mason authored and David S. Miller committed Apr 12, 2011
1 parent 9f9b164 commit 6ba1037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/vxge/vxge-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#define VXGE_VERSION_MAJOR "2"
#define VXGE_VERSION_MINOR "5"
#define VXGE_VERSION_FIX "2"
#define VXGE_VERSION_BUILD "22259"
#define VXGE_VERSION_FIX "3"
#define VXGE_VERSION_BUILD "22640"
#define VXGE_VERSION_FOR "k"

#define VXGE_FW_VER(maj, min, bld) (((maj) << 16) + ((min) << 8) + (bld))
Expand Down

0 comments on commit 6ba1037

Please sign in to comment.