The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=e3953c036f9d66c85b8e19f99f0710b3288ce5fb
commit e3953c036f9d66c85b8e19f99f0710b3288ce5fb Author: Kyle Evans <[email protected]> AuthorDate: 2024-10-02 19:54:24 +0000 Commit: Kyle Evans <[email protected]> CommitDate: 2024-10-02 19:55:52 +0000 sys: Chase libmd version bump with a __FreeBSD_version bump Ports need to be rebuilt anew following this change to get off of the old libmd.so.6. --- 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 79d188c93230..3d772d551ffe 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -73,7 +73,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500023 +#define __FreeBSD_version 1500024 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
