From 9c0eb872a2b205043128e5bcbde06b5e18e209cd Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 14 Sep 2010 18:20:22 -0600 Subject: [PATCH] mesa: set VERSION to 7.8.3-rc1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 63fdf8735f7..e95f941bf89 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ ultrix-gcc: # Rules for making release tarballs -VERSION=7.8.3 +VERSION=7.8.3-rc1 DIRECTORY = Mesa-$(VERSION) LIB_NAME = MesaLib-$(VERSION) DEMO_NAME = MesaDemos-$(VERSION)