diff options
author | Richard Hughes <hughsient@gmail.com> | 2007-04-07 08:48:07 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-04-07 08:48:07 -0600 |
commit | 55000888b9d1dcbf477d23afd16974450828a143 (patch) | |
tree | 56cc3404576e57eb353bcfe6db32233feb9eee31 /Makefile | |
parent | 4f9d3a07bbe731709e6819448d21dee609a37806 (diff) |
set version for tarballs to 6.5.3pre for now
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.2 -LIB_NAME = MesaLib-6.5.2 -DEMO_NAME = MesaDemos-6.5.2 -GLUT_NAME = MesaGLUT-6.5.2 +DIRECTORY = Mesa-6.5.3pre +LIB_NAME = MesaLib-6.5.3pre +DEMO_NAME = MesaDemos-6.5.3pre +GLUT_NAME = MesaGLUT-6.5.3pre MAIN_FILES = \ $(DIRECTORY)/Makefile* \ |