diff options
author | peter <peter@FreeBSD.org> | 1997-01-13 03:05:04 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-01-13 03:05:04 +0000 |
commit | e75dcc97e2aa9734fc37ab1ce4138b42a43fc656 (patch) | |
tree | 9c1371d9e1d4087b17499f8b23e454088584564f | |
parent | 7251a7b426b6334101a4812e3f72e421dd0e35d6 (diff) | |
download | FreeBSD-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.
-rw-r--r-- | lib/libutil/Makefile | 2 |
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 |