From 96d7319afb05a9fbc559d20ed91e2c8144602cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 11 May 2000 15:29:26 +0000 Subject: [PATCH] Bump major number, since struct url has changed. Discussed with: jdp --- lib/libfetch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 21d615abadc..41ca9b517a2 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