git: 24388fccd551 - main - Bump __FreeBSD_version after LinuxKPI changes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jul 2024 13:19:04 UTC
The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=24388fccd551f79f64e54099a7d78196535c0a29 commit 24388fccd551f79f64e54099a7d78196535c0a29 Author: Vladimir Kondratyev <wulf@FreeBSD.org> AuthorDate: 2024-07-21 13:17:37 +0000 Commit: Vladimir Kondratyev <wulf@FreeBSD.org> CommitDate: 2024-07-21 13:17:37 +0000 Bump __FreeBSD_version after LinuxKPI changes. Sponsored by: Serenity Cyber Security, LLC --- 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 887c595a1de5..1ec875a0046e 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -73,7 +73,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500020 +#define __FreeBSD_version 1500021 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,