summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-01-13 03:05:04 +0000
committerpeter <peter@FreeBSD.org>1997-01-13 03:05:04 +0000
commite75dcc97e2aa9734fc37ab1ce4138b42a43fc656 (patch)
tree9c1371d9e1d4087b17499f8b23e454088584564f /lib/libutil
parent7251a7b426b6334101a4812e3f72e421dd0e35d6 (diff)
downloadFreeBSD-src-e75dcc97e2aa9734fc37ab1ce4138b42a43fc656.zip
FreeBSD-src-e75dcc97e2aa9734fc37ab1ce4138b42a43fc656.tar.gz
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.
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 2e6b8c8..9248ff0 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
OpenPOWER on IntegriCloud