mesa: bump gallium version string to 0.2
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 12 Sep 2008 18:05:10 +0000 (12:05 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 12 Sep 2008 18:05:10 +0000 (12:05 -0600)
src/mesa/state_tracker/st_cb_strings.c

index 066124f..09545aa 100644 (file)
@@ -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)