The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=b3340428f394d08b9776899c7f6dc16ed5fd590c
commit b3340428f394d08b9776899c7f6dc16ed5fd590c Author: Colin Percival <cperc...@freebsd.org> AuthorDate: 2025-08-07 18:19:21 +0000 Commit: Colin Percival <cperc...@freebsd.org> CommitDate: 2025-08-07 18:21:09 +0000 Bump __FreeBSD_version for 0c381b7f0570 This is necessary so that pkg builds will link to the new libutil shared object version. Reported by: antoine Fixes: 0c381b7f0570 ("libutil: Add symbol versioning") --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index f7abc740ddc3..de3697d6dedd 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -74,7 +74,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500056 +#define __FreeBSD_version 1500057 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,