diff options
author | Brian <[email protected]> | 2007-07-27 11:10:00 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-07-27 11:10:00 -0600 |
commit | cdbd5db3afc1ba3e6dca8b2af622f719324944e0 (patch) | |
tree | 8add1b5e1fff034282fb22b896f7b2467d098d78 /Makefile | |
parent | b2240f6ad4e498a73395b0406d18d2abc82c0ad4 (diff) |
release candidate 2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -162,10 +162,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-7.0.1 -LIB_NAME = MesaLib-7.0.1 -DEMO_NAME = MesaDemos-7.0.1 -GLUT_NAME = MesaGLUT-7.0.1 +DIRECTORY = Mesa-7.0.1-rc2 +LIB_NAME = MesaLib-7.0.1-rc2 +DEMO_NAME = MesaDemos-7.0.1-rc2 +GLUT_NAME = MesaGLUT-7.0.1-rc2 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ |