From c9c2b1b0163aa8803dc7ffb7fe1ef8f948f1e030 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 12 Sep 2008 12:05:10 -0600 Subject: mesa: bump gallium version string to 0.2 --- src/mesa/state_tracker/st_cb_strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/state_tracker/st_cb_strings.c b/src/mesa/state_tracker/st_cb_strings.c index 066124f8f3..09545aa8fb 100644 --- a/src/mesa/state_tracker/st_cb_strings.c +++ b/src/mesa/state_tracker/st_cb_strings.c @@ -40,7 +40,7 @@ #include "st_context.h" #include "st_cb_strings.h" -#define ST_VERSION_STRING "0.1" +#define ST_VERSION_STRING "0.2" static const GLubyte * st_get_string(GLcontext * ctx, GLenum name) -- cgit v1.2.3