diff options
author | kensmith <kensmith@FreeBSD.org> | 2007-11-20 04:20:32 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2007-11-20 04:20:32 +0000 |
commit | 55889a3fe40324be44c936826105d94d42a7b69c (patch) | |
tree | 99f753da26574df1a3e7324ccecafb559343279b /kerberos5 | |
parent | 5582e69034ba50273e149d51bf06746392403b90 (diff) | |
download | FreeBSD-src-55889a3fe40324be44c936826105d94d42a7b69c.zip FreeBSD-src-55889a3fe40324be44c936826105d94d42a7b69c.tar.gz |
While checking over the libraries for 7.0-REL Kris found the following
libraries had not had their versions bumped relative to 6.3-REL but
had indeed been changed. We need to bump their version so they can be
properly added to the compat6x port:
libasn1.so.8 libgssapi.so.8 libhdb.so.8 libkadm5clnt.so.8
libkadm5srv.so.8 libkafs5.so.8 libkrb5.so.8 libobjc.so.2
MFC After: 1 day
Diffstat (limited to 'kerberos5')
-rw-r--r-- | kerberos5/lib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberos5/lib/Makefile.inc b/kerberos5/lib/Makefile.inc index 2f21f36..441a0ec 100644 --- a/kerberos5/lib/Makefile.inc +++ b/kerberos5/lib/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ -SHLIB_MAJOR?= 8 +SHLIB_MAJOR?= 9 .include "../Makefile.inc" |