diff options
author | Brian <[email protected]> | 2008-04-04 19:06:30 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-04-04 19:06:30 -0600 |
commit | 48616e71d219258c8ca07eb067214eb9eea277b4 (patch) | |
tree | 85ba2fb6f112f8040c33c17d96f2b49f9c8fcf1f /Makefile | |
parent | 70d227ac624e4b1e6dfecfe8778ef77cbab355e7 (diff) |
final prep/changes for 7.0.3 releasemesa_7_0_3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -167,10 +167,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-7.0.3-rc3 -LIB_NAME = MesaLib-7.0.3-rc3 -DEMO_NAME = MesaDemos-7.0.3-rc3 -GLUT_NAME = MesaGLUT-7.0.3-rc3 +DIRECTORY = Mesa-7.0.3 +LIB_NAME = MesaLib-7.0.3 +DEMO_NAME = MesaDemos-7.0.3 +GLUT_NAME = MesaGLUT-7.0.3 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ |