diff options
author | Brian <brian@yutani.localnet.net> | 2007-04-25 10:01:30 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-04-25 10:01:30 -0600 |
commit | 3de20aead2b3d6f8cf6e99e5f8e15cff13d638cf (patch) | |
tree | af75aa97969624f5ec5758b3621d571a548a1b3f | |
parent | 6d27194dffa52e076aba49edb222a70fcc77628b (diff) |
-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.3rc3 -LIB_NAME = MesaLib-6.5.3rc3 -DEMO_NAME = MesaDemos-6.5.3rc3 -GLUT_NAME = MesaGLUT-6.5.3rc3 +DIRECTORY = Mesa-6.5.3rc4 +LIB_NAME = MesaLib-6.5.3rc4 +DEMO_NAME = MesaDemos-6.5.3rc4 +GLUT_NAME = MesaGLUT-6.5.3rc4 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ |