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.1

Signed-off-by: Jon Mason <jon.mason@exar.com>
Signed-off-by: Ram Vepa <ram.vepa@exar.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jon Mason authored and David S. Miller committed Dec 11, 2010
1 parent b55e7b1 commit 5d52040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/net/vxge/vxge-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#define VXGE_VERSION_H

#define VXGE_VERSION_MAJOR "2"
#define VXGE_VERSION_MINOR "0"
#define VXGE_VERSION_FIX "11"
#define VXGE_VERSION_BUILD "21932"
#define VXGE_VERSION_MINOR "5"
#define VXGE_VERSION_FIX "1"
#define VXGE_VERSION_BUILD "22082"
#define VXGE_VERSION_FOR "k"

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

0 comments on commit 5d52040

Please sign in to comment.