summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-12-07 17:18:56 -0800
committerIan Romanick <ian.d.romanick@intel.com>2009-12-07 17:18:56 -0800
commitba167f812c44c4bb8c8f844c3d5fbff60bfc93eb (patch)
tree11bd7a78c714afa0de311370490b0dd81abb4e99 /Makefile
parent8fc433fa0f8c5364454858f9be919387feda440c (diff)
mesa: set version string to 7.7-rc1mesa_7_7_rc2
Also modify the Makefile to use the correct version for the tarballs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd793e7a06a..fbe98906861 100644
--- a/Makefile
+++ b/Makefile
@@ -182,7 +182,7 @@ ultrix-gcc:
# Rules for making release tarballs
-VERSION=7.7-devel
+VERSION=7.7-rc2
DIRECTORY = Mesa-$(VERSION)
LIB_NAME = MesaLib-$(VERSION)
DEMO_NAME = MesaDemos-$(VERSION)