mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
removed beta from version string
This commit is contained in:
parent
1fb583c50d
commit
d491f7bc14
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue