diff options
author | Brian <brian@yutani.localnet.net> | 2007-04-21 12:31:51 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-04-21 12:31:51 -0600 |
commit | 2d2c6a622d07a690dedd2b21012f3fbf2347e982 (patch) | |
tree | 4bddea9927f0aa8cde87f6716265ffb8b1e7edb9 /Makefile | |
parent | fc3d6bd3519eac28d071ad6c3cfdf739a71921bb (diff) |
prep for 6.5.3 rc2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -155,10 +155,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-6.5.3rc1 -LIB_NAME = MesaLib-6.5.3rc1 -DEMO_NAME = MesaDemos-6.5.3rc1 -GLUT_NAME = MesaGLUT-6.5.3rc1 +DIRECTORY = Mesa-6.5.3rc2 +LIB_NAME = MesaLib-6.5.3rc2 +DEMO_NAME = MesaDemos-6.5.3rc2 +GLUT_NAME = MesaGLUT-6.5.3rc2 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ |