git: ff7812ee7d44 - main - Bump __FreeBSD_version after linuxkpi changes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Aug 2022 09:10:20 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=ff7812ee7d444b738a454064f9639c3feb5743e8 commit ff7812ee7d444b738a454064f9639c3feb5743e8 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-08-18 07:47:32 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-08-18 07:47:32 +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 5925b85911f6..59516c139136 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 1400065 +#define __FreeBSD_version 1400066 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,