git: 9bf957fc9b37 - main - Bump __FreeBSD_version after LinuxKPI changes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Dec 2023 08:23:25 UTC
The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=9bf957fc9b378e0f9e65eb97e84c2166b450fccc commit 9bf957fc9b378e0f9e65eb97e84c2166b450fccc Author: Vladimir Kondratyev <wulf@FreeBSD.org> AuthorDate: 2023-12-24 08:20:01 +0000 Commit: Vladimir Kondratyev <wulf@FreeBSD.org> CommitDate: 2023-12-24 08:20:01 +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 20f0af949110..de6b56dd748a 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 1500007 +#define __FreeBSD_version 1500008 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,