OSDN Git Service

st/xa: Bump version to 1.0.0 according to the README
authorThomas Hellstrom <thellstrom@vmware.com>
Thu, 12 Jan 2012 10:57:12 +0000 (11:57 +0100)
committerThomas Hellstrom <thellstrom@vmware.com>
Thu, 12 Jan 2012 12:33:41 +0000 (13:33 +0100)
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
src/gallium/state_trackers/xa/xa_tracker.h
src/gallium/targets/xa-vmwgfx/Makefile

index d3adedb..ffe24f7 100644 (file)
@@ -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)
index 26d95cb..f185e1a 100644 (file)
@@ -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