diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-04-26 13:57:15 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-04-26 13:57:15 +0000 |
commit | 2469fc9672f8d6ddd729b1e9807c38b1efc373fe (patch) | |
tree | 23cf3fcb9ccf38c82483403d149f5825d1ccd628 | |
parent | 86ab257a46fe459188ab5da615737e9e2e738007 (diff) |
bump version to 4.0.3
-rw-r--r-- | Make-config | 4 | ||||
-rw-r--r-- | Makefile.X11 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Make-config b/Make-config index 8d34d2821a..b45987a03d 100644 --- a/Make-config +++ b/Make-config @@ -1,8 +1,8 @@ -# $Id: Make-config,v 1.50.2.6 2002/03/01 19:38:53 brianp Exp $ +# $Id: Make-config,v 1.50.2.7 2002/04/26 13:57:15 brianp Exp $ MESA_MAJOR=4 MESA_MINOR=0 -MESA_TINY=2 +MESA_TINY=3 VERSION=$(MESA_MAJOR).$(MESA_MINOR) # Mesa 3-D graphics library diff --git a/Makefile.X11 b/Makefile.X11 index 5ade9aeae6..7e869e7be4 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.56.2.7 2002/03/29 14:42:29 brianp Exp $ +# $Id: Makefile.X11,v 1.56.2.8 2002/04/26 13:57:15 brianp Exp $ # Mesa 3-D graphics library -# Version: 4.0.2 +# Version: 4.0.3 # # Copyright (C) 1999-2002 Brian Paul All Rights Reserved. # |