mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
changed version string to 3.2.1
This commit is contained in:
parent
a62875d20e
commit
fb0c3fccc0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: glu.c,v 1.20 2000/07/11 14:11:04 brianp Exp $ */
|
||||
/* $Id: glu.c,v 1.21 2000/07/18 01:13:28 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -302,7 +302,7 @@ const GLubyte *GLAPIENTRY
|
|||
gluGetString(GLenum name)
|
||||
{
|
||||
static char *extensions = "GL_EXT_abgr";
|
||||
static char *version = "1.1 Mesa 3.2.1";
|
||||
static char *version = "1.1 Mesa 3.3";
|
||||
|
||||
switch (name) {
|
||||
case GLU_EXTENSIONS:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue