Mesa (8.0): st/xa: Bump version to 1.0.0 according to the README

Thomas Hellstrom thomash at kemper.freedesktop.org
Thu Jan 12 12:38:29 UTC 2012


Module: Mesa
Branch: 8.0
Commit: 372b7f1d35c141994ce9fd212ad6e42f8c01a3a3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=372b7f1d35c141994ce9fd212ad6e42f8c01a3a3

Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Thu Jan 12 11:57:12 2012 +0100

st/xa: Bump version to 1.0.0 according to the README

Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob at vmware.com>

---

 src/gallium/state_trackers/xa/xa_tracker.h |    4 ++--
 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 d3adedb..ffe24f7 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 26d95cb..f185e1a 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
 




More information about the mesa-commit mailing list