Commit 67d52880 authored by Jon Mason's avatar Jon Mason Committed by David S. Miller

vxge: update driver version

Update vxge driver version
Signed-off-by: default avatarJon Mason <jon.mason@exar.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ead5d238
......@@ -16,8 +16,8 @@
#define VXGE_VERSION_MAJOR "2"
#define VXGE_VERSION_MINOR "0"
#define VXGE_VERSION_FIX "10"
#define VXGE_VERSION_BUILD "21808"
#define VXGE_VERSION_FIX "11"
#define VXGE_VERSION_BUILD "21932"
#define VXGE_VERSION_FOR "k"
#define VXGE_FW_VER(maj, min, bld) (((maj) << 16) + ((min) << 8) + (bld))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment