summaryrefslogtreecommitdiffstats
path: root/src/glu
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2000-01-14 16:26:42 +0000
committerBrian Paul <[email protected]>2000-01-14 16:26:42 +0000
commit4c6a2f6a337745d24811623892568a0b56d683f4 (patch)
treeff6cdc52d43c2f9929d46c1a3a4ab45e9ba340df /src/glu
parent717ec19e30c3881f6998996a71c334c4aaf1a020 (diff)
updated for Mesa 3.2
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/mesa/Makefile.m324
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/mesa/Makefile.m32 b/src/glu/mesa/Makefile.m32
index 786ba3103c6..ccceb174b73 100644
--- a/src/glu/mesa/Makefile.m32
+++ b/src/glu/mesa/Makefile.m32
@@ -2,7 +2,7 @@
# Paul Garceau <[email protected]>
# Mesa 3-D graphics library
-# Version: 3.1
+# Version: 3.2
# Copyright (C) 1995-1999 Brian Paul
#
# This library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
MESA_MAJOR=3
-MESA_MINOR=1
+MESA_MINOR=2
MESA_TINY=0
VERSION=$(MESA_MAJOR).$(MESA_MINOR)