The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=ff2dc0bca3728448284d757ca983d023da7279b5
commit ff2dc0bca3728448284d757ca983d023da7279b5 Author: Ed Maste <ema...@freebsd.org> AuthorDate: 2025-07-16 15:17:14 +0000 Commit: Ed Maste <ema...@freebsd.org> CommitDate: 2025-07-16 23:58:21 +0000 sys: Bump __FreeBSD_version for removal of DMAP_MIN/MAX_ADDRESS PR: 288236 Reviewed by: kib Sponsored by: The FreeBSD Foundation --- 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 af116d6e3f7a..a8e9635242dd 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 1500051 +#define __FreeBSD_version 1500052 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,