Skip to content

Commit

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

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 Nov 11, 2010
1 parent 2c91308 commit c0c04c2
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 "0"
#define VXGE_VERSION_FIX "9"
#define VXGE_VERSION_BUILD "20840"
#define VXGE_VERSION_FIX "10"
#define VXGE_VERSION_BUILD "21808"
#define VXGE_VERSION_FOR "k"

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

0 comments on commit c0c04c2

Please sign in to comment.