diff options
author | kib <kib@FreeBSD.org> | 2011-08-28 09:26:48 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2011-08-28 09:26:48 +0000 |
commit | 0807f5f44f8d17b045af1a883712da2b42d7c479 (patch) | |
tree | 4eba5cd9e08c38a4f9fef102f1608eec2a33e16c /lib/libtacplus | |
parent | f4bcd9de08c09f4fb9756e3763f837ada9ada98f (diff) | |
download | FreeBSD-src-0807f5f44f8d17b045af1a883712da2b42d7c479.zip FreeBSD-src-0807f5f44f8d17b045af1a883712da2b42d7c479.tar.gz |
Bump shared libraries version numbers in preparation for 9.0.
This time, only libraries which ABI has been changed compared to
stable/8, are bumped.
ABI analysis done by: Gleb Kurtsou
Approved by: re (kensmith)
Diffstat (limited to 'lib/libtacplus')
-rw-r--r-- | lib/libtacplus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtacplus/Makefile b/lib/libtacplus/Makefile index 617f877..798c949 100644 --- a/lib/libtacplus/Makefile +++ b/lib/libtacplus/Makefile @@ -30,7 +30,7 @@ INCS= taclib.h CFLAGS+= -Wall DPADD= ${LIBMD} LDADD= -lmd -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 MAN= libtacplus.3 tacplus.conf.5 WARNS?= 2 |