git: 3264f6b88fce - main - Bump __FreeBSD_version for llvm 15.0.7 merge
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 19:20:54 UTC
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=3264f6b88fce7c5437d205685863617d8f6a22dd commit 3264f6b88fce7c5437d205685863617d8f6a22dd Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-02-08 19:20:21 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2023-02-08 19:20:33 +0000 Bump __FreeBSD_version for llvm 15.0.7 merge PR: 265425 MFC after: 2 weeks --- 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 07b3e6de80e6..b2c2b1a04b4b 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 1400078 +#define __FreeBSD_version 1400079 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,