git: a681cba16d89 - main - Bump __FreeBSD_version for llvm 16.0.6 merge
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Jun 2023 21:11:44 UTC
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=a681cba16d8967651a2146385ce44a2bfeb1c4c3 commit a681cba16d8967651a2146385ce44a2bfeb1c4c3 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-06-22 18:24:04 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2023-06-22 18:25:05 +0000 Bump __FreeBSD_version for llvm 16.0.6 merge PR: 271047 MFC after: 1 month --- 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 d3577411e998..0cc9ec0c8733 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 1400090 +#define __FreeBSD_version 1400091 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,