diff options
author | Brian Paul <[email protected]> | 2001-11-25 18:50:19 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-11-25 18:50:19 +0000 |
commit | 3f2eedd63454ce0278d006c518e669891f961392 (patch) | |
tree | e6e865217920f6311338d0d786f5ab39e2c242a4 /src/mesa/drivers | |
parent | 158c7413fbc83b42c3013cafb2d6d28baf75b4a6 (diff) |
bump version to 4.0.1
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/x11/fakeglx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fakeglx.c index fadc79e30bc..553f3308406 100644 --- a/src/mesa/drivers/x11/fakeglx.c +++ b/src/mesa/drivers/x11/fakeglx.c @@ -1,8 +1,8 @@ -/* $Id: fakeglx.c,v 1.59 2001/10/22 22:45:18 brianp Exp $ */ +/* $Id: fakeglx.c,v 1.58.2.1 2001/11/25 18:50:20 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 4.1 + * Version: 4.0.1 * * Copyright (C) 1999-2001 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 4.0.1" /* Who implemented this GLX? */ #define VENDOR "Brian Paul" |