summaryrefslogtreecommitdiff
path: root/src/mesa/main/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-29 23:09:37 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-29 23:09:37 +0000
commit42649700e2043602223cf8028f73e75169b34246 (patch)
tree03de85d1be0b3432f67658b5494b5fa2674ed99f /src/mesa/main/Makefile.X11
parentebe0b30c3e3e86160ee929dfbb205abd0ce5381a (diff)
bump OpenGL version to 1.4, Mesa version to 5.0
Diffstat (limited to 'src/mesa/main/Makefile.X11')
-rw-r--r--src/mesa/main/Makefile.X116
1 files changed, 3 insertions, 3 deletions
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