updated renderer string version to 20000322

This commit is contained in:
Brian Paul 2000-03-22 17:39:15 +00:00
parent 0293878846
commit 29d39d52a0
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ static const GLubyte *fxDDGetString(GLcontext *ctx, GLenum name)
}
}
/* now make the GL_RENDERER string */
sprintf(buffer, "Mesa DRI %s 20000224", hardware);
sprintf(buffer, "Mesa DRI %s 20000322", hardware);
return buffer;
}
case GL_VENDOR: