summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2009-03-20 17:26:04 -0600
committerBrian Paul <[email protected]>2009-03-20 17:26:04 -0600
commitdba79af9bc2fd211aa6bac1a85a36c0e851fea32 (patch)
treedd05967dd3d27d8cf9c5bfa499d2abef0e4919b1 /Makefile
parentb009a32bf428192fef2dc4787d25f022a472854f (diff)
mesa: prep for 7.4-rc1 release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ee40b7568bd..fd67a95bcb1 100644
--- a/Makefile
+++ b/Makefile
@@ -174,10 +174,11 @@ ultrix-gcc:
# Rules for making release tarballs
-DIRECTORY = Mesa-7.4
-LIB_NAME = MesaLib-7.4
-DEMO_NAME = MesaDemos-7.4
-GLUT_NAME = MesaGLUT-7.4
+VERSION=7.4-rc1
+DIRECTORY = Mesa-$(VERSION)
+LIB_NAME = MesaLib-$(VERSION)
+DEMO_NAME = MesaDemos-$(VERSION)
+GLUT_NAME = MesaGLUT-$(VERSION)
MAIN_FILES = \
$(DIRECTORY)/Makefile* \