diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-05-26 19:37:26 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-05-26 19:37:26 +0000 |
| commit | 7ec6a14ea84bd85b60096d08c0d3d0dd127e21ba (patch) | |
| tree | 95581c4f68d5fa818c20c8d454c8c0276d91c289 | |
| parent | 6490b215b31ab049cd10a3f77632ca04b24fe3a7 (diff) | |
Notes
| -rw-r--r-- | lib/libfetch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 14b03316ce7d..f717bb05869d 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -13,7 +13,7 @@ INCS= fetch.h MAN= fetch.3 CLEANFILES= ftperr.h httperr.h -SHLIB_MAJOR= 2 +SHLIB_MAJOR= 3 SHLIB_MINOR= 0 ftperr.h: ftp.errors |
