git: 0192eda105b3 - main - Bump __FreeBSD_version for llvm 18.1.3 merge
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Apr 2024 20:19:32 UTC
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=0192eda105b367d4670205547e8e830e3716bea3 commit 0192eda105b367d4670205547e8e830e3716bea3 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-04-06 20:15:21 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-04-06 20:15:21 +0000 Bump __FreeBSD_version for llvm 18.1.3 merge PR: 276104 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 da48839fdd3b..7a091add62f3 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 1500017 +#define __FreeBSD_version 1500018 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,