From a573803ed3fe9ef6489f45bd4c5455b77cb33a43 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 23 Sep 2001 16:10:02 +0000 Subject: updates for Mesa 4.0 --- src/mesa/main/Makefile.X11 | 4 ++-- src/mesa/main/get.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/mesa/main') diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index b5cc095a53..6d13089aa1 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.57 2001/09/14 02:43:03 brianp Exp $ +# $Id: Makefile.X11,v 1.58 2001/09/23 16:11:26 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.5.1 +# Version: 4.0 # Copyright (C) 1995-2001 Brian Paul # Makefile for core library diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index f466107fdc..efc95ecd85 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -1,8 +1,8 @@ -/* $Id: get.c,v 1.68 2001/09/18 16:16:21 kschultz Exp $ */ +/* $Id: get.c,v 1.69 2001/09/23 16:11:26 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.0 * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * @@ -5310,8 +5310,8 @@ _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 = "1.2 Mesa 3.5.1"; - static const char *version_1_3 = "1.3 Mesa 3.5.1"; + static const char *version_1_2 = "1.2 Mesa 4.0"; + static const char *version_1_3 = "1.3 Mesa 4.0"; ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, 0); -- cgit v1.2.3