summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-09-14 02:43:03 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-09-14 02:43:03 +0000
commitba57e5297d60eef37e43dd4d7f10d1e62f5e97ce (patch)
treee11fa3f3f185dec52506504e8f9a16ceef1205b4 /src/mesa/main
parentdcbe4d6d2f3eb2c099838875780991da34884646 (diff)
more GL 1.3 and GLX 1.4 updates
Diffstat (limited to 'src/mesa/main')
-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 28980575a5..b5cc095a53 100644
--- a/src/mesa/main/Makefile.X11
+++ b/src/mesa/main/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