projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fb583c
)
removed beta from version string
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 20 Jun 2001 18:54:43 +0000
(18:54 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 20 Jun 2001 18:54:43 +0000
(18:54 +0000)
src/mesa/main/get.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/get.c
b/src/mesa/main/get.c
index 987234a0a4d8a7591e3c31c2c186aaff143c9d19..58e1605fb2f70eca0f5f6cdd63494dae5f60c869 100644
(file)
--- a/
src/mesa/main/get.c
+++ b/
src/mesa/main/get.c
@@
-1,4
+1,4
@@
-/* $Id: get.c,v 1.6
3 2001/06/13 14:56:14
brianp Exp $ */
+/* $Id: get.c,v 1.6
4 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 */