diff options
author | Brian Paul <[email protected]> | 2009-01-22 10:14:04 -0700 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2009-01-29 00:59:53 +0000 |
commit | 93cbb2c2056d52a86f84417fe8fee81b563144e4 (patch) | |
tree | b9adb14b8a5111d0492012893d11a2571c787c82 /Makefile | |
parent | 4e8d99998ff6679a321773da85df4aee31cb8d4c (diff) |
mesa: set version to 7.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -182,10 +182,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-7.3-rc3 -LIB_NAME = MesaLib-7.3-rc3 -DEMO_NAME = MesaDemos-7.3-rc3 -GLUT_NAME = MesaGLUT-7.3-rc3 +DIRECTORY = Mesa-7.3 +LIB_NAME = MesaLib-7.3 +DEMO_NAME = MesaDemos-7.3 +GLUT_NAME = MesaGLUT-7.3 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ |