projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f3786
)
changed version string to return 1.2
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 16 Sep 1999 15:46:05 +0000
(15:46 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 16 Sep 1999 15:46:05 +0000
(15:46 +0000)
src/mesa/main/get.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/get.c
b/src/mesa/main/get.c
index 90d6deb913576838339de21c855d1bebc649c926..1fb3e6e11a38fcd897a9670492713ebf7e88ce5a 100644
(file)
--- a/
src/mesa/main/get.c
+++ b/
src/mesa/main/get.c
@@
-1,4
+1,4
@@
-/* $Id: get.c,v 1.
2 1999/09/09 23:47:09
brianp Exp $ */
+/* $Id: get.c,v 1.
3 1999/09/16 15:46:05
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-3698,7
+3698,7
@@
const GLubyte *gl_GetString( GLcontext *ctx, GLenum name )
{
static char result[1000];
static char *vendor = "Brian Paul";
- static char *version = "1.2
.1
Mesa 3.1 beta";
+ static char *version = "1.2 Mesa 3.1 beta";
ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH_WITH_RETVAL(ctx, "glGetString", 0);