From f7d503376fd4a832e6fee31993551ae3852b16b0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 21 Jul 2000 15:41:08 +0000 Subject: removed beta from version string --- src/mesa/main/get.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mesa/main/get.c') diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 2c349c7719..7e71d6528e 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -1,4 +1,4 @@ -/* $Id: get.c,v 1.29 2000/05/23 20:10:49 brianp Exp $ */ +/* $Id: get.c,v 1.30 2000/07/21 15:41:08 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -4671,9 +4671,9 @@ const GLubyte * _mesa_GetString( GLenum name ) { GET_CURRENT_CONTEXT(ctx); - static char *vendor = "Brian Paul"; - static char *renderer = "Mesa"; - static char *version = "1.2 Mesa 3.3 beta"; + static const char *vendor = "Brian Paul"; + static const char *renderer = "Mesa"; + static const char *version = "1.2 Mesa 3.3"; ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH_WITH_RETVAL(ctx, "glGetString", 0); -- cgit v1.2.3