From 55889a3fe40324be44c936826105d94d42a7b69c Mon Sep 17 00:00:00 2001 From: kensmith Date: Tue, 20 Nov 2007 04:20:32 +0000 Subject: 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 --- lib/libgssapi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libgssapi') 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 -- cgit v1.1