From 9eb90452152e64a0cfe9af8165fa7d6a0bce050f Mon Sep 17 00:00:00 2001 From: dfr Date: Sun, 1 Jan 2006 11:01:01 +0000 Subject: 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(-) (limited to 'lib/libgssapi') diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index 5c27414..7cec126 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 -- cgit v1.1