diff options
Diffstat (limited to 'src/gallium/targets/xa-vmwgfx/Makefile')
-rw-r--r-- | src/gallium/targets/xa-vmwgfx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/targets/xa-vmwgfx/Makefile b/src/gallium/targets/xa-vmwgfx/Makefile index 26d95cbb8f5..f185e1ae628 100644 --- a/src/gallium/targets/xa-vmwgfx/Makefile +++ b/src/gallium/targets/xa-vmwgfx/Makefile @@ -3,8 +3,8 @@ include $(TOP)/configs/current ##### MACROS ##### -XA_MAJOR = 0 -XA_MINOR = 6 +XA_MAJOR = 1 +XA_MINOR = 0 XA_TINY = 0 XA_CFLAGS = -Wall -pedantic |