diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-15 23:00:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-15 23:00:49 +0000 |
commit | 9f8b198dcc8e573fc819bd15cd5214e9213ea14c (patch) | |
tree | d57b1d4e4866034ac39c21d996f3d7c9f8d97204 /lib/libXtst | |
parent | b5d17e5c62489f0be52ce0c8800849c9ff670d91 (diff) |
Bump major of shared libs that depend on libX11 (which already got bumped).
ok todd@
Diffstat (limited to 'lib/libXtst')
-rw-r--r-- | lib/libXtst/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libXtst/Makefile.bsd-wrapper b/lib/libXtst/Makefile.bsd-wrapper index cb49b6c78..3fa2138b0 100644 --- a/lib/libXtst/Makefile.bsd-wrapper +++ b/lib/libXtst/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2007/03/15 23:00:48 matthieu Exp $ -SHARED_LIBS= Xtst 9.0 +SHARED_LIBS= Xtst 10.0 .include <bsd.xorg.mk> |