summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-08-27 15:31:20 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-08-27 15:31:20 +0000
commita5bc6421dfe5c7b0153a28b999c444267835f02b (patch)
tree9e51868733e6e137068456ee89b0a3787f9c170b /Makefile
parenta9aa19e4cebaa999bc9e1699309f6aaa177ed858 (diff)
bump version to 6.2, add installmesa to tarballs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b8d2c83a23c..40d600b4f85 100644
--- a/Makefile
+++ b/Makefile
@@ -111,9 +111,9 @@ ultrix-gcc:
# Rules for making release tarballs
-DIRECTORY = Mesa-6.1
-LIB_NAME = MesaLib-6.1
-DEMO_NAME = MesaDemos-6.1
+DIRECTORY = Mesa-6.2
+LIB_NAME = MesaLib-6.2
+DEMO_NAME = MesaDemos-6.2
LIB_FILES = \
$(DIRECTORY)/Makefile* \
@@ -121,6 +121,7 @@ LIB_FILES = \
$(DIRECTORY)/mms-config. \
$(DIRECTORY)/Mesa.dsw \
$(DIRECTORY)/bin/mklib \
+ $(DIRECTORY)/bin/installmesa \
$(DIRECTORY)/configs/[a-z]* \
$(DIRECTORY)/docs/*.html \
$(DIRECTORY)/docs/COPYING \