diff options
author | Brian <[email protected]> | 2007-09-27 10:30:13 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-27 10:30:13 -0600 |
commit | 029bb17770fa08312f0dac8a4e823faaadfc02f1 (patch) | |
tree | b21457ca512a5b2167dc2d0019b3883562cd7811 /Makefile | |
parent | 7958bee6bef9d54e527196679140d0562311e2dd (diff) |
bump versions to 7.0.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -165,10 +165,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-7.0.1 -LIB_NAME = MesaLib-7.0.1 -DEMO_NAME = MesaDemos-7.0.1 -GLUT_NAME = MesaGLUT-7.0.1 +DIRECTORY = Mesa-7.0.2-rc1 +LIB_NAME = MesaLib-7.0.2-rc1 +DEMO_NAME = MesaDemos-7.0.2-rc1 +GLUT_NAME = MesaGLUT-7.0.2-rc1 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ |