From ecc5526939d9481b74031ddfe2986a59c74f99a6 Mon Sep 17 00:00:00 2001 From: David Nugent Date: Sun, 11 May 1997 08:31:43 +0000 Subject: [PATCH] Bump shared lib version to 2.3. Suggested by: bde --- lib/libutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 8ac63d2ed746..84bc89db94dd 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -2,7 +2,7 @@ LIB= util SHLIB_MAJOR= 2 -SHLIB_MINOR= 2 +SHLIB_MINOR= 3 CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I/sys #CFLAGS+=LOGIN_CAP_AUTH SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \