From da4969a3193512262061f341e83e66a6337ca2b6 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Mon, 23 May 2005 11:22:54 +0000 Subject: [PATCH] Bump the shared library version number of the modules because of changes in the module interface. --- usr.sbin/bsnmpd/modules/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsnmpd/modules/Makefile.inc b/usr.sbin/bsnmpd/modules/Makefile.inc index bc2ac3a7c969..603ba399ac08 100644 --- a/usr.sbin/bsnmpd/modules/Makefile.inc +++ b/usr.sbin/bsnmpd/modules/Makefile.inc @@ -1,6 +1,6 @@ # $FreeBSD$ -SHLIB_MAJOR= 2 +SHLIB_MAJOR= 3 WARNS?= 6 INCSDIR= ${INCLUDEDIR}/bsnmp