From 7a19f2366e8a350e873a440e49d8b976b47df3b4 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 13 Jan 1997 03:05:04 +0000 Subject: [PATCH] Bump libutil.so version (2.1 -> 2.2) since a whole heap of new functions were added with the login class stuff. This is needed since libutil.so.2.1 is what is used in RELENG_2_2 and well into the release cycle. We only bump once per release cycle as needed. --- lib/libutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 2e6b8c8f09c2..9248ff0e1a83 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -2,7 +2,7 @@ LIB= util SHLIB_MAJOR= 2 -SHLIB_MINOR= 1 +SHLIB_MINOR= 2 CFLAGS+=-DLIBC_SCCS -I${.CURDIR} -I/sys SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \ login_cap.c login_class.c login_auth.c login_times.c login_ok.c