summaryrefslogtreecommitdiffstats
path: root/src/glu
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2000-03-23 00:13:22 +0000
committerBrian Paul <[email protected]>2000-03-23 00:13:22 +0000
commit905ad56487ffe8a11df4309485f892a931fbf34b (patch)
tree3af39cc52b8ef6fb2eb255ebafa52797e5f30ee7 /src/glu
parenta16ebe76c9340d1dfbaa7bf519aae1a7461d242b (diff)
changed version string to Mesa 3.2 beta 1
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/mesa/glu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/mesa/glu.c b/src/glu/mesa/glu.c
index ea9879b1561..29faa301ba8 100644
--- a/src/glu/mesa/glu.c
+++ b/src/glu/mesa/glu.c
@@ -1,4 +1,4 @@
-/* $Id: glu.c,v 1.16.2.3 2000/01/27 16:43:00 brianp Exp $ */
+/* $Id: glu.c,v 1.16.2.4 2000/03/23 00:13:43 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -275,7 +275,7 @@ const GLubyte* GLAPIENTRY gluErrorString( GLenum errorCode )
const GLubyte* GLAPIENTRY gluGetString( GLenum name )
{
static char *extensions = "GL_EXT_abgr";
- static char *version = "1.2 Mesa 3.2";
+ static char *version = "1.2 Mesa 3.2 beta 1";
switch (name) {
case GLU_EXTENSIONS: