diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-12 12:05:10 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-12 12:05:10 -0600 |
commit | c9c2b1b0163aa8803dc7ffb7fe1ef8f948f1e030 (patch) | |
tree | 79ee639da268f10eda23f781b4a2e1d37f8ea187 /src/mesa | |
parent | 9b9eba5a42103aa79702d06e8ffd541d15845932 (diff) |
mesa: bump gallium version string to 0.2
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/state_tracker/st_cb_strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |