summaryrefslogtreecommitdiffstats
path: root/lib/libgssapi
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2006-01-01 11:01:01 +0000
committerdfr <dfr@FreeBSD.org>2006-01-01 11:01:01 +0000
commit9eb90452152e64a0cfe9af8165fa7d6a0bce050f (patch)
tree89afd1c6da7b397f3512d564ad16b565a6c16a03 /lib/libgssapi
parentd3a57d50d3ab66aa6581e7c6f09b1769f6922bc4 (diff)
downloadFreeBSD-src-9eb90452152e64a0cfe9af8165fa7d6a0bce050f.zip
FreeBSD-src-9eb90452152e64a0cfe9af8165fa7d6a0bce050f.tar.gz
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.
Diffstat (limited to 'lib/libgssapi')
-rw-r--r--lib/libgssapi/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud