git: b273f93657cf - main - Bump __FreeBSD_version after linuxkpi changes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Aug 2022 14:04:31 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=b273f93657cf0e6f2c6ee4d0f40a43656233c6d0 commit b273f93657cf0e6f2c6ee4d0f40a43656233c6d0 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-08-08 13:22:11 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-08-08 13:22:36 +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 4ccba94c0d50..5925b85911f6 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 1400064 +#define __FreeBSD_version 1400065 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,