From 0606b9944a0af7e146ee9aabb929d7d6f9b9be58 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Sun, 1 Jan 2006 11:01:01 +0000 Subject: [PATCH] Use the correct shared-library version number (the same as the one used by the standalone version of heimdal GSS-API). If any compat issues arise, I may increment the version number once more. --- lib/libgssapi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index 5c274144a791..7cec126e855f 100644 --- a/lib/libgssapi/Makefile +++ b/lib/libgssapi/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ LIB= gssapi -SHLIB_MAJOR= 7 +SHLIB_MAJOR= 8 SRCS= SRCS+= gss_utils.c