diff options
author | Brian <brian@yutani.localnet.net> | 2007-05-14 14:30:36 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-05-14 14:30:36 -0600 |
commit | c128c3ce8c05549b92607a890c3d10171910f4ba (patch) | |
tree | cc6d551dd7a21e7fb18f8e01294adebea26d595a /Makefile | |
parent | 6efdf648f51fd1ae27043b2c59e9965467fb1ddb (diff) |
master/trunk is now for Mesa 7.1 devel: bump versions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -162,10 +162,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-7.0pre -LIB_NAME = MesaLib-7.0pre -DEMO_NAME = MesaDemos-7.0pre -GLUT_NAME = MesaGLUT-7.0pre +DIRECTORY = Mesa-7.1pre +LIB_NAME = MesaLib-7.1pre +DEMO_NAME = MesaDemos-7.1pre +GLUT_NAME = MesaGLUT-7.1pre MAIN_FILES = \ $(DIRECTORY)/Makefile* \ |