From 42649700e2043602223cf8028f73e75169b34246 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 29 Oct 2002 23:09:37 +0000 Subject: bump OpenGL version to 1.4, Mesa version to 5.0 --- Make-config | 6 +++--- Makefile.X11 | 12 ++++++------ src/mesa/Makefile.X11 | 6 +++--- src/mesa/main/Makefile.X11 | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Make-config b/Make-config index 23ce8f1cf3..23c1e0988b 100644 --- a/Make-config +++ b/Make-config @@ -1,7 +1,7 @@ -# $Id: Make-config,v 1.63 2002/06/10 17:01:46 brianp Exp $ +# $Id: Make-config,v 1.64 2002/10/29 23:09:38 brianp Exp $ -MESA_MAJOR=4 -MESA_MINOR=1 +MESA_MAJOR=5 +MESA_MINOR=0 MESA_TINY=0 VERSION=$(MESA_MAJOR).$(MESA_MINOR) diff --git a/Makefile.X11 b/Makefile.X11 index 3054f74b91..39a09bfb86 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.65 2002/10/15 15:40:57 brianp Exp $ +# $Id: Makefile.X11,v 1.66 2002/10/29 23:09:37 brianp Exp $ # Mesa 3-D graphics library -# Version: 4.1 +# Version: 5.0 # # Copyright (C) 1999-2002 Brian Paul All Rights Reserved. # @@ -330,10 +330,10 @@ realclean: clean cd samples && $(MAKE) -f Makefile.X11 realclean || true -DIRECTORY = Mesa-4.1 -LIB_NAME = MesaLib-4.1 -DEMO_NAME = MesaDemos-4.1 -GLU_NAME = MesaGLU-4.1 +DIRECTORY = Mesa-5.0 +LIB_NAME = MesaLib-5.0 +DEMO_NAME = MesaDemos-5.0 +GLU_NAME = MesaGLU-5.0 GLUT_NAME = GLUT-3.7 diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 4e44c4fd48..940135f511 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.71 2002/10/24 23:57:19 brianp Exp $ +# $Id: Makefile.X11,v 1.72 2002/10/29 23:09:40 brianp Exp $ # Mesa 3-D graphics library -# Version: 4.1 +# Version: 5.0 # Copyright (C) 1995-2002 Brian Paul # Makefile for core library @@ -10,7 +10,7 @@ ##### MACROS ##### GL_MAJOR = 1 -GL_MINOR = 3 +GL_MINOR = 4 GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY) VPATH = RCS diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 4e44c4fd48..940135f511 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.71 2002/10/24 23:57:19 brianp Exp $ +# $Id: Makefile.X11,v 1.72 2002/10/29 23:09:40 brianp Exp $ # Mesa 3-D graphics library -# Version: 4.1 +# Version: 5.0 # Copyright (C) 1995-2002 Brian Paul # Makefile for core library @@ -10,7 +10,7 @@ ##### MACROS ##### GL_MAJOR = 1 -GL_MINOR = 3 +GL_MINOR = 4 GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY) VPATH = RCS -- cgit v1.2.3