diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-12-21 04:06:31 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-12-21 04:06:31 +0000 |
commit | 259b880bc77afd5ef288ac9c38a6d4cb31d286f5 (patch) | |
tree | e4eea1595dda5401f00ad6ab0084bc9fbb7f3abf /Makefile.X11 | |
parent | e9e98405e720845f06f7a375585491e938f4dacd (diff) |
Version bumps, etc for Mesa 6.0
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index f45e21117b..0f5e620eb5 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,9 +1,9 @@ -# $Id: Makefile.X11,v 1.103 2003/12/19 11:26:46 dborca Exp $ +# $Id: Makefile.X11,v 1.104 2003/12/21 04:06:31 brianp Exp $ # Mesa 3-D graphics library -# Version: 5.1 +# Version: 6.0 # -# Copyright (C) 1999-2003 Brian Paul All Rights Reserved. +# Copyright (C) 1999-2004 Brian Paul All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -472,10 +472,10 @@ cvsclean: realclean -DIRECTORY = Mesa-5.1 -LIB_NAME = MesaLib-5.1 -DEMO_NAME = MesaDemos-5.1 -GLU_NAME = MesaGLU-5.1 +DIRECTORY = Mesa-6.0 +LIB_NAME = MesaLib-6.0 +DEMO_NAME = MesaDemos-6.0 +GLU_NAME = MesaGLU-6.0 GLUT_NAME = GLUT-3.7 |