diff options
author | Brian Paul <[email protected]> | 2000-04-20 01:56:09 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-04-20 01:56:09 +0000 |
commit | 96461a25c33219d0204e86a514a22ad960c52dde (patch) | |
tree | 863a6edaabdb5d581ef43cc40921fe78b9739d93 /src/mesa/drivers | |
parent | ca4a891bb36a08ae6e9c4d45b21e25820c851c3e (diff) |
updated RENDERER version
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/glide/fxdd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxdd.c b/src/mesa/drivers/glide/fxdd.c index e89545421bd..4f179a789d6 100644 --- a/src/mesa/drivers/glide/fxdd.c +++ b/src/mesa/drivers/glide/fxdd.c @@ -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: |