diff options
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 |