diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-07-08 15:12:48 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-07-08 15:12:48 -0600 |
commit | 6fe78576291d38108c8815dc33fa44a8ae656f71 (patch) | |
tree | fc6945aee9c18b157f5897e7b29421d6752f82d0 /Makefile | |
parent | c71fa34728ef4eddd074aeb2bee49ae6a7acb3d1 (diff) |
mesa: bump version to rc2mesa_7_1_rc2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -174,10 +174,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-7.1-rc1 -LIB_NAME = MesaLib-7.1-rc1 -DEMO_NAME = MesaDemos-7.1-rc1 -GLUT_NAME = MesaGLUT-7.1-rc1 +DIRECTORY = Mesa-7.1-rc2 +LIB_NAME = MesaLib-7.1-rc2 +DEMO_NAME = MesaDemos-7.1-rc2 +GLUT_NAME = MesaGLUT-7.1-rc2 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ |