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 /lib/libgssapi | |
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 'lib/libgssapi')
-rw-r--r-- | lib/libgssapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index 7cec126..cedc424 100644 --- a/lib/libgssapi/Makefile +++ b/lib/libgssapi/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ LIB= gssapi -SHLIB_MAJOR= 8 +SHLIB_MAJOR= 9 SRCS= SRCS+= gss_utils.c |