summaryrefslogtreecommitdiff
path: root/Make-config
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-09-15 16:32:48 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-09-15 16:32:48 +0000
commite300ab8b2b53e400c64eb2a419585f4b788abc18 (patch)
treefb9198c87aed926eab8e450700111658986e1895 /Make-config
parent212e625c24be177f488054c86647ac374e61eed5 (diff)
new MESA_ version number symbols
Diffstat (limited to 'Make-config')
-rw-r--r--Make-config10
1 files changed, 5 insertions, 5 deletions
diff --git a/Make-config b/Make-config
index 0ba8216412..6bd5524fac 100644
--- a/Make-config
+++ b/Make-config
@@ -1,9 +1,9 @@
-# $Id: Make-config,v 1.3 1999/09/15 15:09:00 brianp Exp $
+# $Id: Make-config,v 1.4 1999/09/15 16:32:48 brianp Exp $
-MAJOR=3
-MINOR=1
-TINY=0
-VERSION=$(MAJOR).$(MINOR)
+MESA_MAJOR=3
+MESA_MINOR=1
+MESA_TINY=0
+VERSION=$(MESA_MAJOR).$(MESA_MINOR)
# Mesa 3-D graphics library
#