The branch stable/14 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=47f4f76074a48cdaa743f05929725c84f71d502b
commit 47f4f76074a48cdaa743f05929725c84f71d502b Author: Dimitry Andric <[email protected]> AuthorDate: 2026-04-25 12:34:45 +0000 Commit: Dimitry Andric <[email protected]> CommitDate: 2026-05-29 22:59:49 +0000 Bump __FreeBSD_version for llvm 21.1.8 merge PR: 292067 MFC after: 1 month (cherry picked from commit 8f95b8b19088bd8d73f6d14dab7afe848dfc0c35) --- 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 6930e3387246..ace58ea27385 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 1404500 +#define __FreeBSD_version 1404501 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
