git: 35d2f335e855 - stable/14 - Bump __FreeBSD_version for llvm 19.1.2 merge
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Dec 2024 11:19:05 UTC
The branch stable/14 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=35d2f335e855af816d0a7fe5baf6a3facba84562 commit 35d2f335e855af816d0a7fe5baf6a3facba84562 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-10-23 16:49:02 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-12-01 11:17:37 +0000 Bump __FreeBSD_version for llvm 19.1.2 merge PR: 280562 MFC after: 1 month (cherry picked from commit f3dbef108212460489ae68b4c47e20b73984f433) --- 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 926485f34572..3103da173f47 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -75,7 +75,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1402500 +#define __FreeBSD_version 1402501 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,