summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-01-07 07:22:48 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-01-07 07:22:48 +0000
commit0d7846fe1574b9ca1f9a227c5d5371fea3d919a6 (patch)
treedd1a0532175cacf27b0d6c811b625d1c56eb651c /src
parent0eb3b021eee1db07244add94333f786f36e5cd0a (diff)
updated version string
Diffstat (limited to 'src')
-rw-r--r--src/glu/mesa/glu.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/glu/mesa/glu.c b/src/glu/mesa/glu.c
index de108ab39e..8ccacf5f7f 100644
--- a/src/glu/mesa/glu.c
+++ b/src/glu/mesa/glu.c
@@ -1,9 +1,9 @@
-/* $Id: glu.c,v 1.18 1999/11/22 22:15:50 brianp Exp $ */
+/* $Id: glu.c,v 1.19 2000/01/07 07:22:48 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.3
- * Copyright (C) 1995-1999 Brian Paul
+ * Copyright (C) 1999-2000 Brian Paul
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -23,6 +23,9 @@
/*
* $Log: glu.c,v $
+ * Revision 1.19 2000/01/07 07:22:48 brianp
+ * updated version string
+ *
* Revision 1.18 1999/11/22 22:15:50 brianp
* removed GLU_EXT_get_proc_address from ext strings
*
@@ -374,7 +377,7 @@ const GLubyte* GLAPIENTRY gluErrorString( GLenum errorCode )
const GLubyte* GLAPIENTRY gluGetString( GLenum name )
{
static char *extensions = "GL_EXT_abgr";
- static char *version = "1.2 Mesa 3.1";
+ static char *version = "1.2 Mesa 3.3 beta";
switch (name) {
case GLU_EXTENSIONS: