diff options
author | Brian <[email protected]> | 2007-08-03 13:32:28 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-03 13:32:28 -0600 |
commit | c93738687c25a174ff88636ee47c1a701ed1f253 (patch) | |
tree | 30610460fa263b68149675f51464e7670ca8c366 | |
parent | 799492e6063245573687db107445dbdc15ed5129 (diff) |
remove -rc2
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -166,10 +166,10 @@ ultrix-gcc: # Rules for making release tarballs -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 +DIRECTORY = Mesa-7.0.1 +LIB_NAME = MesaLib-7.0.1 +DEMO_NAME = MesaDemos-7.0.1 +GLUT_NAME = MesaGLUT-7.0.1 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ |