diff options
author | Brian Paul <brianp@vmware.com> | 2009-01-22 10:14:04 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-01-22 10:14:24 -0700 |
commit | 5a458977113e4a0d3c389b03801cf6ce580d3935 (patch) | |
tree | dc7cf894cf97f241de1f088e53e14ef48d3aef08 /Makefile | |
parent | faa6d8af59c69b0c0239f64363b170619e2a9827 (diff) |
mesa: set version to 7.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -174,10 +174,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* \ |