git: 8cff8e6e13a6 - main - Bump __FreeBSD_version after linuxkpi changes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jun 2022 07:57:24 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=8cff8e6e13a6d3ccff40fc0d8d97f5aef22a8f4d commit 8cff8e6e13a6d3ccff40fc0d8d97f5aef22a8f4d Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-06-29 07:57:03 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-06-29 07:57:03 +0000 Bump __FreeBSD_version after linuxkpi changes. --- 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 d8110f08a385..0e132a865443 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 1400062 +#define __FreeBSD_version 1400063 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,