The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=6bddde307e21eba297ac3f3e534b4cf3be81dfe2
commit 6bddde307e21eba297ac3f3e534b4cf3be81dfe2 Author: John Baldwin <[email protected]> AuthorDate: 2022-09-22 22:10:03 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2022-09-22 22:10:03 +0000 Bump __FreeBSD_version for pmap_unmap*() and kmem_*() API changes. Sponsored by: DARPA --- 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 dad6af2b1e3f..f875d839d41f 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -76,7 +76,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1400069 +#define __FreeBSD_version 1400070 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
