From 64cc0b466e2df07a35212498deefc9e3bbcb6094 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sun, 22 Mar 2009 16:19:11 -1000 Subject: [PATCH] Bump libc's version and __DragonFly_version for recent changes made. --- lib/libc/Makefile | 2 +- sys/sys/param.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/Makefile b/lib/libc/Makefile index d4b6cab3ba..ac3cb2afc6 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -8,7 +8,7 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c -SHLIB_MAJOR= 6 +SHLIB_MAJOR= 7 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/include ${AINC} AINC= -I${.OBJDIR} -I${.CURDIR}/${MACHINE_ARCH} CLEANFILES+=tags diff --git a/sys/sys/param.h b/sys/sys/param.h index 4671736ae8..ad602643c9 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -64,9 +64,10 @@ * 200101 - lchflags syscall * 200200 - 2.2 branch * 200201 - base development version after 2.2 branch + * 200202 - major changes to libc */ #undef __DragonFly_version -#define __DragonFly_version 200201 /* Master, propagated to newvers */ +#define __DragonFly_version 200202 /* Master, propagated to newvers */ #ifdef __FreeBSD__ /* -- 2.11.4.GIT