vmware/xorg: Bump to match vmware driver

This commit is contained in:
Jakob Bornecrantz 2010-02-22 20:06:23 +01:00
parent 956cd73c23
commit cfbf75670d

View file

@ -43,9 +43,9 @@
#define VMW_STRING_INNER(s) #s
#define VMW_STRING(str) VMW_STRING_INNER(str)
#define VMWGFX_VERSION_MAJOR 10
#define VMWGFX_VERSION_MINOR 16
#define VMWGFX_VERSION_PATCH 9
#define VMWGFX_VERSION_MAJOR 11
#define VMWGFX_VERSION_MINOR 0
#define VMWGFX_VERSION_PATCH 0
#define VMWGFX_VERSION_STRING_MAJOR VMW_STRING(VMWGFX_VERSION_MAJOR)
#define VMWGFX_VERSION_STRING_MINOR VMW_STRING(VMWGFX_VERSION_MINOR)
#define VMWGFX_VERSION_STRING_PATCH VMW_STRING(VMWGFX_VERSION_PATCH)