From 3a6be83f49d77d06bf5ea4c0dc1e06d427d54ef1 Mon Sep 17 00:00:00 2001 From: Yoshinobu Inoue Date: Mon, 14 Feb 2000 03:55:27 +0000 Subject: [PATCH] Update major version. Now libutil depends on libc.so.4, so needs to update the major version. Without this, old binaries which use libutil and build with libc.so.3 will coredump on recent 4.0. Solicited comment for cvs-committers and there seems to be no objection. Approved by: jkh --- lib/libutil/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 44b4ce85461b..3b83b41e512c 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ LIB= util -SHLIB_MAJOR= 2 -SHLIB_MINOR= 2 +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../../sys CFLAGS+=-DINET6 SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \