git: 50bb3a33d879 - main - Bump __FreeBSD_version after linuxkpi updates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 16:31:37 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=50bb3a33d879536e86e8a23365f070ef00b5cb32 commit 50bb3a33d879536e86e8a23365f070ef00b5cb32 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-03-28 16:31:02 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-03-28 16:31:31 +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 46dfc978ed0d..793f7862f120 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 1400053 +#define __FreeBSD_version 1400054 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,