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.X11 | |
parent | e9e98405e720845f06f7a375585491e938f4dacd (diff) |
Version bumps, etc for Mesa 6.0
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r-- | src/mesa/Makefile.X11 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 7a0e82c86ee..1fd6f204edd 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -6,7 +6,7 @@ TOP = ../.. GL_MAJOR = 1 -GL_MINOR = 4 +GL_MINOR = 5 GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY) GL_LIB_NAME = "GL" # may be overridden in Make-config |