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 | |
parent | 391ec43ea29f881cf1c4f8121df28ec30eed0172 (diff) |
Sync mesa version numbers after recent libGL update, prodded by matthieu@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libGLU/Makefile | 6 | ||||
-rw-r--r-- | lib/libGLw/Makefile | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/lib/libGLw/Makefile b/lib/libGLw/Makefile index 1b7f5e35d..c3cf860b3 100644 --- a/lib/libGLw/Makefile +++ b/lib/libGLw/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.14 2011/10/23 13:59:38 matthieu Exp $ +# $OpenBSD: Makefile,v 1.15 2012/08/17 15:16:44 mpi Exp $ DEBUG?= LIB= GLw MESA_MAJOR= 7 -MESA_MINOR= 10 -MESA_TINY= 3 +MESA_MINOR= 11 +MESA_TINY= 2 CPPFLAGS += -I${X11BASE}/include \ -I${.CURDIR} |