diff options
-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 21d615a..41ca9b5 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -12,7 +12,7 @@ INCS= fetch.h ${.OBJDIR}/fetch_err.h MAN3= fetch.3 CLEANFILES= fetch_err.c fetch_err.h ftperr.h httperr.h -SHLIB_MAJOR= 1 +SHLIB_MAJOR= 2 SHLIB_MINOR= 0 ftperr.h: ftp.errors |