summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-02-09 18:53:54 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-02-09 18:53:54 +0000
commitc56288426836237201b31288c3eaeaa90671d5d4 (patch)
tree47f1acadbee65f922fbf4e6cb8f891d2553a6bd1 /src
parent992795f4c981e2c8aa8364a5d80776f3c7d1eb98 (diff)
updated version info to 3.2
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/x11/fakeglx.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fakeglx.c
index 4debee5b94c..7af7e76988f 100644
--- a/src/mesa/drivers/x11/fakeglx.c
+++ b/src/mesa/drivers/x11/fakeglx.c
@@ -1,10 +1,10 @@
-/* $Id: fakeglx.c,v 1.12.2.4 1999/12/11 09:20:03 brianp Exp $ */
+/* $Id: fakeglx.c,v 1.12.2.5 2000/02/09 18:54:54 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.1
+ * Version: 3.2
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -1452,7 +1452,7 @@ const char *Fake_glXQueryExtensionsString( Display *dpy, int screen )
const char *Fake_glXQueryServerString( Display *dpy, int screen, int name )
{
static char *vendor = "Brian Paul";
- static char *version = "1.1 Mesa 3.1";
+ static char *version = "1.1 Mesa 3.2";
(void) dpy;
(void) screen;
@@ -1475,7 +1475,7 @@ const char *Fake_glXQueryServerString( Display *dpy, int screen, int name )
const char *Fake_glXGetClientString( Display *dpy, int name )
{
static char *vendor = "Brian Paul";
- static char *version = "1.1 Mesa 3.1";
+ static char *version = "1.1 Mesa 3.2";
(void) dpy;