Browse Source

changed version to 3.4

tags/mesa_3_4
Brian Paul 26 years ago
parent
commit
fb027ada34
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/mesa/drivers/x11/fakeglx.c

+ 2
- 2
src/mesa/drivers/x11/fakeglx.c View File

@@ -1,4 +1,4 @@
/* $Id: fakeglx.c,v 1.34.4.1 2000/07/31 13:47:21 brianp Exp $ */
/* $Id: fakeglx.c,v 1.34.4.2 2000/08/08 16:19:32 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -65,7 +65,7 @@
#define SERVER_MINOR_VERSION 3

/* This is appended onto the glXGetClient/ServerString version strings. */
#define MESA_GLX_VERSION "Mesa 3.3"
#define MESA_GLX_VERSION "Mesa 3.4"

/* Who implemented this GLX? */
#define VENDOR "Brian Paul"

Loading…
Cancel
Save