diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-14 02:46:23 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-14 02:46:23 +0000 |
commit | 670d8859ebadfca5280a87eacf74c1894264e964 (patch) | |
tree | f830da7f9ea0d1c6912690ad7af139371275ab64 /lib/libc | |
parent | 31f4e281bfb0c00903ae2b7e3f5cfe8095a06c26 (diff) | |
download | FreeBSD-src-670d8859ebadfca5280a87eacf74c1894264e964.zip FreeBSD-src-670d8859ebadfca5280a87eacf74c1894264e964.tar.gz |
Bump the shared lib version. There seems to have been an incompatible
change committed to RELENG_4 where a bump there is now necessary.
We've got to go before RELENG_4 does.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 8a2afa8..8862755 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -7,7 +7,7 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/include AINC= -I${.CURDIR}/${MACHINE_ARCH} |