diff options
author | deischen <deischen@FreeBSD.org> | 2007-05-21 02:49:08 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2007-05-21 02:49:08 +0000 |
commit | ff36458e084cb0ebf44d412daa3ae5c1be1369d2 (patch) | |
tree | ad137f78093ffd47facbcbef6a68bb303af76e93 /lib/libutil/Makefile | |
parent | 1e0ff9ca4df78d741e65d4c66d27488ee30d9bad (diff) | |
download | FreeBSD-src-ff36458e084cb0ebf44d412daa3ae5c1be1369d2.zip FreeBSD-src-ff36458e084cb0ebf44d412daa3ae5c1be1369d2.tar.gz |
Bump library versions in preparation for 7.0.
Ok'd by: kan
Diffstat (limited to 'lib/libutil/Makefile')
-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 ce64153..27e6f9b 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -6,7 +6,7 @@ SHLIBDIR?= /lib .include <bsd.own.mk> LIB= util -SHLIB_MAJOR= 6 +SHLIB_MAJOR= 7 SRCS= _secure_path.c auth.c flopen.c fparseln.c humanize_number.c \ kld.c login.c login_auth.c login_cap.c login_class.c \ |