diff options
author | Brian Paul <[email protected]> | 2003-12-21 04:06:31 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-12-21 04:06:31 +0000 |
commit | 259b880bc77afd5ef288ac9c38a6d4cb31d286f5 (patch) | |
tree | e4eea1595dda5401f00ad6ab0084bc9fbb7f3abf /src/mesa/Makefile.OSMesa16 | |
parent | e9e98405e720845f06f7a375585491e938f4dacd (diff) |
Version bumps, etc for Mesa 6.0
Diffstat (limited to 'src/mesa/Makefile.OSMesa16')
-rw-r--r-- | src/mesa/Makefile.OSMesa16 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile.OSMesa16 b/src/mesa/Makefile.OSMesa16 index 7417e2d82c7..4963ec47edf 100644 --- a/src/mesa/Makefile.OSMesa16 +++ b/src/mesa/Makefile.OSMesa16 @@ -9,7 +9,7 @@ TOP = ../.. GL_MAJOR = 1 -GL_MINOR = 4 +GL_MINOR = 5 GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY) OSMESA_LIB_NAME = "OSMesa16" # may be overridden in Make-config |