diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-08-13 07:07:31 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-08-13 07:07:31 +0000 |
commit | 176a9842ae1ee7df103657aea9d45c8272d25b48 (patch) | |
tree | a8d459561351c6e6914ef81f38f524ad01dc5675 /lib/libX11 | |
parent | 67b753dc71852b18ada8c70453c5b152714bd13f (diff) |
Bump the major on every single base library. There are a couple
not bumped by this that will be corrected soon.
heavy lifting by todd@
Diffstat (limited to 'lib/libX11')
-rw-r--r-- | lib/libX11/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libX11/Makefile.bsd-wrapper b/lib/libX11/Makefile.bsd-wrapper index bd9f2bff3..28034262f 100644 --- a/lib/libX11/Makefile.bsd-wrapper +++ b/lib/libX11/Makefile.bsd-wrapper @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.20 2013/05/23 22:42:07 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.21 2013/08/13 07:07:12 guenther Exp $ .include <bsd.xconf.mk> -SHARED_LIBS= X11 15.2 +SHARED_LIBS= X11 16.0 CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \ --disable-composecache \ |