summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2010-09-27 10:17:11 -0700
committerIan Romanick <[email protected]>2010-09-27 10:17:11 -0700
commit61653b488da76ee1ca4f77363e222d3b717dd865 (patch)
tree36f3e05a013a110254240df2f7bcfcaecf512488 /Makefile
parent7e62335f35d4ed1ea269be801fbb95f2587f3ebc (diff)
mesa: set version string to 7.9-rc1mesa-7.9-rc1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16c505a9c53..508738a7ba9 100644
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,7 @@ ultrix-gcc:
# Rules for making release tarballs
-VERSION=7.9-devel
+VERSION=7.9-rc1
DIRECTORY = Mesa-$(VERSION)
LIB_NAME = MesaLib-$(VERSION)
GLUT_NAME = MesaGLUT-$(VERSION)