summaryrefslogtreecommitdiff
path: root/src/mesa/main/get.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-09-23 16:10:02 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-09-23 16:10:02 +0000
commita573803ed3fe9ef6489f45bd4c5455b77cb33a43 (patch)
treeec63d356c429ae960d32430a5acbc74b119f93fe /src/mesa/main/get.c
parent78a03d3c455fec1ce5c26edec6016a6806d437b8 (diff)
updates for Mesa 4.0
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r--src/mesa/main/get.c8
1 files changed, 4 insertions, 4 deletions
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);