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 /gnu | |
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 'gnu')
-rw-r--r-- | gnu/lib/libobjc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index f00ee0b..bc652e4 100644 --- a/gnu/lib/libobjc/Makefile +++ b/gnu/lib/libobjc/Makefile @@ -7,7 +7,7 @@ GCCLIB= ${.CURDIR}/../../../contrib/gcclibs .PATH: ${OBJCDIR}/objc ${OBJCDIR} LIB= objc -SHLIB_MAJOR= 2 +SHLIB_MAJOR= 3 SRCS= archive.c class.c encoding.c gc.c hash.c init.c linking.m misc.c \ nil_method.c NXConstStr.m Object.m objects.c Protocol.m sarray.c \ |