updated RENDERER version
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 20 Apr 2000 01:56:09 +0000 (01:56 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 20 Apr 2000 01:56:09 +0000 (01:56 +0000)
src/mesa/drivers/glide/fxdd.c

index e89545421bd854a4539b985bcb8220cfba5d5c69..4f179a789d6fc591f936e8ee6659253bcadf6357 100644 (file)
@@ -696,7 +696,7 @@ static const GLubyte *fxDDGetString(GLcontext *ctx, GLenum name)
           }
         }
         /* now make the GL_RENDERER string */
-        sprintf(buffer, "Mesa DRI %s 20000415", hardware);
+        sprintf(buffer, "Mesa DRI %s 20000420", hardware);
         return buffer;
       }
     case GL_VENDOR: