The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=d69af4758be912625ec08656ba64eb90a98c9a7f
commit d69af4758be912625ec08656ba64eb90a98c9a7f Author: Emmanuel Vadot <[email protected]> AuthorDate: 2022-03-29 11:19:02 +0000 Commit: Emmanuel Vadot <[email protected]> CommitDate: 2022-03-29 11:19:32 +0000 Bump __FreeBSD_version after linuxkpi updates --- 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 793f7862f120..db2cb888ce60 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 1400054 +#define __FreeBSD_version 1400055 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
