git: 8f95b8b19088 - main - Bump __FreeBSD_version for llvm 21.1.8 merge
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Apr 2026 14:20:24 UTC
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=8f95b8b19088bd8d73f6d14dab7afe848dfc0c35
commit 8f95b8b19088bd8d73f6d14dab7afe848dfc0c35
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2026-04-25 12:34:45 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-04-25 14:14:23 +0000
Bump __FreeBSD_version for llvm 21.1.8 merge
PR: 292067
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 f9eb3e9de5f5..dbe80ca05c68 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -74,7 +74,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1600016
+#define __FreeBSD_version 1600017
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,