diff options
author | Brian Paul <[email protected]> | 2001-09-14 02:43:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-09-14 02:43:03 +0000 |
commit | ba57e5297d60eef37e43dd4d7f10d1e62f5e97ce (patch) | |
tree | e11fa3f3f185dec52506504e8f9a16ceef1205b4 /src/mesa/Makefile.X11 | |
parent | dcbe4d6d2f3eb2c099838875780991da34884646 (diff) |
more GL 1.3 and GLX 1.4 updates
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r-- | src/mesa/Makefile.X11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 28980575a53..b5cc095a532 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.56 2001/07/12 22:09:21 keithw Exp $ +# $Id: Makefile.X11,v 1.57 2001/09/14 02:43:03 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.5 +# Version: 3.5.1 # Copyright (C) 1995-2001 Brian Paul # Makefile for core library @@ -10,7 +10,7 @@ ##### MACROS ##### GL_MAJOR = 1 -GL_MINOR = 2 +GL_MINOR = 3 GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY) VPATH = RCS |