diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-08-17 15:16:45 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-08-17 15:16:45 +0000 |
commit | 6e4e8e07c2b333f12438cbd40b6060953070d355 (patch) | |
tree | 148414528428f7479cfc339a590acde0193b51f5 /lib/libGLU | |
parent | 391ec43ea29f881cf1c4f8121df28ec30eed0172 (diff) |
Sync mesa version numbers after recent libGL update, prodded by matthieu@
Diffstat (limited to 'lib/libGLU')
-rw-r--r-- | lib/libGLU/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libGLU/Makefile b/lib/libGLU/Makefile index d35b6c61f..37c476781 100644 --- a/lib/libGLU/Makefile +++ b/lib/libGLU/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.16 2011/10/23 13:59:38 matthieu Exp $ +# $OpenBSD: Makefile,v 1.17 2012/08/17 15:16:44 mpi Exp $ .include <bsd.own.mk> DEBUG?= MESA_MAJOR= 7 -MESA_MINOR= 10 -MESA_TINY= 3 +MESA_MINOR= 11 +MESA_TINY= 2 LIB= GLU |