git: 20aa359773be - main - Bump __FreeBSD_version for llvm-project 13.0.0 merge
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Nov 2021 20:57:16 UTC
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=20aa359773befc8182f6b5dcb5aad7390cab6c26 commit 20aa359773befc8182f6b5dcb5aad7390cab6c26 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-11-13 20:02:29 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2021-11-13 20:52:35 +0000 Bump __FreeBSD_version for llvm-project 13.0.0 merge PR: 258209 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 61774a80e2f9..74c1beea4968 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 1400041 +#define __FreeBSD_version 1400042 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,