diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2009-07-19 17:25:24 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2009-07-19 17:25:24 +0000 |
commit | 3ca3047aee082043d90aff2611a349c86c98e97c (patch) | |
tree | ec388df935beef7e607d99dc9e13b57bb4a74464 /lib/libradius/Makefile | |
parent | 030d10ee972b06a59628438eb91b0927af3ddfd9 (diff) | |
download | src-3ca3047aee082043d90aff2611a349c86c98e97c.tar.gz src-3ca3047aee082043d90aff2611a349c86c98e97c.zip |
Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.
Reviewed by: kib
Approved by: re (rwatson)
Notes
Notes:
svn path=/head/; revision=195767
Diffstat (limited to 'lib/libradius/Makefile')
-rw-r--r-- | lib/libradius/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libradius/Makefile b/lib/libradius/Makefile index f4855dc85a72..5054ea0b9285 100644 --- a/lib/libradius/Makefile +++ b/lib/libradius/Makefile @@ -30,7 +30,7 @@ LIB= radius SRCS= radlib.c INCS= radlib.h radlib_vs.h CFLAGS+= -Wall -SHLIB_MAJOR= 3 +SHLIB_MAJOR= 4 MAN= libradius.3 radius.conf.5 .if ${MK_OPENSSL} == "no" |