diff options
author | kensmith <kensmith@FreeBSD.org> | 2004-10-01 15:38:07 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2004-10-01 15:38:07 +0000 |
commit | 911789fdaa25947d9bc432932eb4c2fa3af887a9 (patch) | |
tree | ee4e7645bfa4f3e4d9c7a304ebae4aa7a255e3c5 /gnu/lib | |
parent | 05b626ea1779415ac14811eedda367757629b424 (diff) | |
download | FreeBSD-src-911789fdaa25947d9bc432932eb4c2fa3af887a9.zip FreeBSD-src-911789fdaa25947d9bc432932eb4c2fa3af887a9.tar.gz |
Bump the library version numbers for the following libraries:
/lib/{libm,libreadline}
/usr/lib/{libhistory,libopie,libpcap}
in preparation for doing the same thing to RELENG_5. HUGE amounts of
help for determining what to bump provided by kris.
Discussed on: freebsd-current
Approved by: re (not required for commit but something like this should be)
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libreadline/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/Makefile.inc b/gnu/lib/libreadline/Makefile.inc index b1571dc..84b31d8 100644 --- a/gnu/lib/libreadline/Makefile.inc +++ b/gnu/lib/libreadline/Makefile.inc @@ -1,6 +1,6 @@ # $FreeBSD$ -SHLIB_MAJOR=4 +SHLIB_MAJOR=5 RL_LIBRARY_VERSION=4.3 SRCDIR= ${.CURDIR}/../../../../contrib/libreadline |