summaryrefslogtreecommitdiff
path: root/src/mesa/main/get.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-06-20 18:54:43 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-06-20 18:54:43 +0000
commitd491f7bc1444b48c36885881e7dcf29f9b64b331 (patch)
tree99af573bee82faf4b562a8e59a0fe738e650f9dc /src/mesa/main/get.c
parent1fb583c50d8bdb3867f28b8d35a5dbd64fee0f86 (diff)
removed beta from version string
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r--src/mesa/main/get.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index 987234a0a4..58e1605fb2 100644
--- a/src/mesa/main/get.c
+++ b/src/mesa/main/get.c
@@ -1,4 +1,4 @@
-/* $Id: get.c,v 1.63 2001/06/13 14:56:14 brianp Exp $ */
+/* $Id: get.c,v 1.64 2001/06/20 18:54:43 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -5263,7 +5263,7 @@ _mesa_GetString( GLenum name )
GET_CURRENT_CONTEXT(ctx);
static const char *vendor = "Brian Paul";
static const char *renderer = "Mesa";
- static const char *version = "1.2 Mesa 3.5 beta";
+ static const char *version = "1.2 Mesa 3.5";
ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, 0);
/* this is a required driver function */