The branch stable/14 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=b37a6d41a046dbb46ee1d6bf00c710c03c944a24
commit b37a6d41a046dbb46ee1d6bf00c710c03c944a24 Author: Vladimir Kondratyev <[email protected]> AuthorDate: 2024-08-01 22:22:32 +0000 Commit: Vladimir Kondratyev <[email protected]> CommitDate: 2024-08-01 22:25:24 +0000 Bump __FreeBSD_version after LinuxKPI changes. Sponsored by: Serenity Cyber Security, LLC --- 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 cd77156ab17d..697a96cca916 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -75,7 +75,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1401501 +#define __FreeBSD_version 1401502 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
