diff options
-rw-r--r-- | Make-config | 4 | ||||
-rw-r--r-- | src/glu/mesa/glu.c | 4 | ||||
-rw-r--r-- | src/mesa/drivers/x11/fakeglx.c | 4 | ||||
-rw-r--r-- | src/mesa/main/get.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Make-config b/Make-config index b324871957..91c65dc806 100644 --- a/Make-config +++ b/Make-config @@ -1,8 +1,8 @@ -# $Id: Make-config,v 1.25.4.5 2000/11/03 01:58:06 brianp Exp $ +# $Id: Make-config,v 1.25.4.6 2001/01/24 04:49:27 brianp Exp $ MESA_MAJOR=3 MESA_MINOR=4 -MESA_TINY=0 +MESA_TINY=1 VERSION=$(MESA_MAJOR).$(MESA_MINOR) # Mesa 3-D graphics library diff --git a/src/glu/mesa/glu.c b/src/glu/mesa/glu.c index 18d429c0ad..997019ffa7 100644 --- a/src/glu/mesa/glu.c +++ b/src/glu/mesa/glu.c @@ -1,4 +1,4 @@ -/* $Id: glu.c,v 1.21.2.1 2000/11/02 17:59:43 brianp Exp $ */ +/* $Id: glu.c,v 1.21.2.2 2001/01/24 04:49:27 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -302,7 +302,7 @@ const GLubyte *GLAPIENTRY gluGetString(GLenum name) { static char *extensions = "GL_EXT_abgr"; - static char *version = "1.1 Mesa 3.4"; + static char *version = "1.1 Mesa 3.4.1"; switch (name) { case GLU_EXTENSIONS: diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fakeglx.c index 1629ec9743..7b60698e34 100644 --- a/src/mesa/drivers/x11/fakeglx.c +++ b/src/mesa/drivers/x11/fakeglx.c @@ -1,4 +1,4 @@ -/* $Id: fakeglx.c,v 1.34.4.6 2000/11/10 17:17:21 brianp Exp $ */ +/* $Id: fakeglx.c,v 1.34.4.7 2001/01/24 04:49:27 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -65,7 +65,7 @@ #define SERVER_MINOR_VERSION 3 /* This is appended onto the glXGetClient/ServerString version strings. */ -#define MESA_GLX_VERSION "Mesa 3.4" +#define MESA_GLX_VERSION "Mesa 3.4.1" /* Who implemented this GLX? */ #define VENDOR "Brian Paul" diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index feec49bad0..b73951c277 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -1,4 +1,4 @@ -/* $Id: get.c,v 1.30.2.3 2000/12/09 19:55:58 brianp Exp $*/ +/* $Id: get.c,v 1.30.2.4 2001/01/24 04:49:27 brianp Exp $*/ /* * Mesa 3-D graphics library @@ -5095,7 +5095,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.4"; + static const char *version = "1.2 Mesa 3.4.1"; ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH_WITH_RETVAL(ctx, "glGetString", 0); |