From 26beef6d6eac015d6597d7c5d05e714c940029f5 Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Tue, 20 Nov 2007 20:48:01 +0000 Subject: MFC of library version bump. From original commit: > 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 Versions being MFCed: gnu/lib/libobjc/Makefile: 1.33 kerberos5/lib/Makefile.inc: 1.8 lib/libgssapi/Makefile: 1.3 Approved by: re (bmah) --- gnu/lib/libobjc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/lib') diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index f00ee0be2214..bc652e4a49f9 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 \ -- cgit v1.3