diff options
author | Brian Paul <[email protected]> | 2002-10-29 23:09:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-29 23:09:37 +0000 |
commit | 42649700e2043602223cf8028f73e75169b34246 (patch) | |
tree | 03de85d1be0b3432f67658b5494b5fa2674ed99f /Make-config | |
parent | ebe0b30c3e3e86160ee929dfbb205abd0ce5381a (diff) |
bump OpenGL version to 1.4, Mesa version to 5.0
Diffstat (limited to 'Make-config')
-rw-r--r-- | Make-config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Make-config b/Make-config index 23ce8f1cf38..23c1e0988b3 100644 --- a/Make-config +++ b/Make-config @@ -1,7 +1,7 @@ -# $Id: Make-config,v 1.63 2002/06/10 17:01:46 brianp Exp $ +# $Id: Make-config,v 1.64 2002/10/29 23:09:38 brianp Exp $ -MESA_MAJOR=4 -MESA_MINOR=1 +MESA_MAJOR=5 +MESA_MINOR=0 MESA_TINY=0 VERSION=$(MESA_MAJOR).$(MESA_MINOR) |