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 | |
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]>
-rw-r--r-- | src/gallium/state_trackers/xa/xa_tracker.h | 4 | ||||
-rw-r--r-- | src/gallium/targets/xa-vmwgfx/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/state_trackers/xa/xa_tracker.h b/src/gallium/state_trackers/xa/xa_tracker.h index d3adedb88df..ffe24f7ba15 100644 --- a/src/gallium/state_trackers/xa/xa_tracker.h +++ b/src/gallium/state_trackers/xa/xa_tracker.h @@ -36,8 +36,8 @@ #include <stdint.h> -#define XA_TRACKER_VERSION_MAJOR 0 -#define XA_TRACKER_VERSION_MINOR 6 +#define XA_TRACKER_VERSION_MAJOR 1 +#define XA_TRACKER_VERSION_MINOR 0 #define XA_TRACKER_VERSION_PATCH 0 #define XA_FLAG_SHARED (1 << 0) 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 |