diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-08-08 16:16:22 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-08-08 16:16:22 +0000 |
commit | d4f6695a3e9db01ea8c1565fc4b078bf3dcc481a (patch) | |
tree | d199e950c5d30d7618db07e2715f91a377903088 /Make-config | |
parent | 042066887b09f81435f96c2a14702355d05d8290 (diff) |
bumped MESA_MINOR to 5
Diffstat (limited to 'Make-config')
-rw-r--r-- | Make-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Make-config b/Make-config index 36bd62c63..0fab88afc 100644 --- a/Make-config +++ b/Make-config @@ -1,7 +1,7 @@ -# $Id: Make-config,v 1.25 2000/06/08 15:19:12 brianp Exp $ +# $Id: Make-config,v 1.26 2000/08/08 16:16:22 brianp Exp $ MESA_MAJOR=3 -MESA_MINOR=3 +MESA_MINOR=5 MESA_TINY=0 VERSION=$(MESA_MAJOR).$(MESA_MINOR) |