diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-22 20:25:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-22 20:25:38 +0000 |
commit | e48f241154a8132809d72fd9ac8a24bb9c4afe5a (patch) | |
tree | c03d8d29f59ae9aac729ea37c75ee811cec2c7a1 /lib | |
parent | 2b557fad7aa7c3e0e3395ec383ec480c342c0b02 (diff) |
This is now Mesa 7.8.1
Diffstat (limited to 'lib')
-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 5cfb35a43..e7295e6a5 100644 --- a/lib/libGLU/Makefile +++ b/lib/libGLU/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2010/05/13 17:38:57 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2010/05/22 20:25:37 matthieu Exp $ .include <bsd.own.mk> DEBUG?= MESA_MAJOR= 7 -MESA_MINOR= 4 -MESA_TINY= 2 +MESA_MINOR= 8 +MESA_TINY= 1 LIB= GLU |