diff options
author | Brian Paul <[email protected]> | 2002-10-29 23:53:22 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-29 23:53:22 +0000 |
commit | 3160edec3305a81e13aa2b5a3387a0a75c1747bf (patch) | |
tree | 8884d096391e7d65f8e16ecf4520c2c72550e087 /src/mesa/drivers/x11 | |
parent | b2289a944ecbc195cf8b772bfba9fc265b4131cb (diff) |
more version bumps
Diffstat (limited to 'src/mesa/drivers/x11')
-rw-r--r-- | src/mesa/drivers/x11/fakeglx.c | 6 | ||||
-rw-r--r-- | src/mesa/drivers/x11/xm_api.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fakeglx.c index 2cb45df70aa..d4ad6975b5a 100644 --- a/src/mesa/drivers/x11/fakeglx.c +++ b/src/mesa/drivers/x11/fakeglx.c @@ -1,8 +1,8 @@ -/* $Id: fakeglx.c,v 1.71 2002/10/25 21:06:34 brianp Exp $ */ +/* $Id: fakeglx.c,v 1.72 2002/10/29 23:53:22 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 4.1 + * Version: 5.0 * * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * @@ -66,7 +66,7 @@ #define SERVER_MINOR_VERSION 4 /* This is appended onto the glXGetClient/ServerString version strings. */ -#define MESA_GLX_VERSION "Mesa 4.1" +#define MESA_GLX_VERSION "Mesa 5.0" /* Who implemented this GLX? */ #define VENDOR "Brian Paul" diff --git a/src/mesa/drivers/x11/xm_api.c b/src/mesa/drivers/x11/xm_api.c index 3ba294e9888..db5603205ac 100644 --- a/src/mesa/drivers/x11/xm_api.c +++ b/src/mesa/drivers/x11/xm_api.c @@ -1,4 +1,4 @@ -/* $Id: xm_api.c,v 1.48 2002/10/29 22:32:51 brianp Exp $ */ +/* $Id: xm_api.c,v 1.49 2002/10/29 23:53:22 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -2510,7 +2510,7 @@ const char *XMesaGetString( XMesaContext c, int name ) { (void) c; if (name==XMESA_VERSION) { - return "3.5"; + return "5.0"; } else if (name==XMESA_EXTENSIONS) { return ""; |