summaryrefslogtreecommitdiff
path: root/src/mesa/main/get.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-11-14 16:14:50 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-11-14 16:14:50 +0000
commit69e3c8b323d5bbbc0b9a228f7dd0bffa3c5df6c8 (patch)
treec8a7a4e14e996936aa5a4eec45346d071c2c2c42 /src/mesa/main/get.c
parent22a47c5251ee7b91dc8f7f4f7dbeb3ad5a117b70 (diff)
bump version to 5.1
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r--src/mesa/main/get.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index 1fc4d85cf4..074972dffc 100644
--- a/src/mesa/main/get.c
+++ b/src/mesa/main/get.c
@@ -1,8 +1,8 @@
-/* $Id: get.c,v 1.99 2002/11/08 15:39:58 brianp Exp $ */
+/* $Id: get.c,v 1.100 2002/11/14 16:14:55 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 5.0
+ * Version: 5.1
*
* Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
@@ -5628,9 +5628,9 @@ _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 4.1";
- static const char *version_1_3 = "1.3 Mesa 4.1";
- static const char *version_1_4 = "1.4 Mesa 5.0";
+ static const char *version_1_2 = "1.2 Mesa 5.1";
+ static const char *version_1_3 = "1.3 Mesa 5.1";
+ static const char *version_1_4 = "1.4 Mesa 5.1";
ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, 0);