summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Make-config6
-rw-r--r--Makefile.X1112
-rw-r--r--src/mesa/Makefile.X116
-rw-r--r--src/mesa/main/Makefile.X116
4 files changed, 15 insertions, 15 deletions
diff --git a/Make-config b/Make-config
index 23ce8f1cf38..23c1e0988b3 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 3054f74b918..39a09bfb860 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 4e44c4fd480..940135f5114 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 4e44c4fd480..940135f5114 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