diff options
author | ume <ume@FreeBSD.org> | 2000-07-06 20:19:02 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2000-07-06 20:19:02 +0000 |
commit | e72b2020eb9efa94636593a64f365a4187d39b24 (patch) | |
tree | a626d5cfdc8fcab700f0594f29264bd414f9b2a1 /lib/libftpio/Makefile | |
parent | 4360e85f5b8db23e06fed0cb7956413f5f8d26c9 (diff) | |
download | FreeBSD-src-e72b2020eb9efa94636593a64f365a4187d39b24.zip FreeBSD-src-e72b2020eb9efa94636593a64f365a4187d39b24.tar.gz |
Reduce shlib major that is bumped by my mistake.
We don't need bumping it in this time.
Diffstat (limited to 'lib/libftpio/Makefile')
-rw-r--r-- | lib/libftpio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile index b3a749b..8652bc7 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ LIB= ftpio -SHLIB_MAJOR= 6 +SHLIB_MAJOR= 5 SHLIB_MINOR= 0 SRCS= ftpio.c ftperr.c |