diff options
author | Thomas Hellstrom <[email protected]> | 2012-01-12 11:57:12 +0100 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2012-01-12 13:31:34 +0100 |
commit | 8a4f7d1cdc6f3c9e8a5a6f4a0928c3abdb132541 (patch) | |
tree | c40923ffcf62303bb6fe0c74d1966750907f9367 /src/gallium/targets | |
parent | ce2929dde021e5754a3926b77b86b4de3208f4b0 (diff) |
st/xa: Bump version to 1.0.0 according to the README
Signed-off-by: Thomas Hellstrom <[email protected]>
Reviewed-by: Jakob Bornecrantz <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-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 |