From 670d8859ebadfca5280a87eacf74c1894264e964 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 14 Nov 2000 02:46:23 +0000 Subject: Bump the shared lib version. There seems to have been an incompatible change committed to RELENG_4 where a bump there is now necessary. We've got to go before RELENG_4 does. --- lib/libc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 8a2afa8..8862755 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -7,7 +7,7 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/include AINC= -I${.CURDIR}/${MACHINE_ARCH} -- cgit v1.1