git: 68584c97ecfb - stable/14 - Bump __FreeBSD_version for llvm 17.0.6 merge
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jan 2024 17:50:37 UTC
The branch stable/14 has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=68584c97ecfb3046de7fb1b16c2caa785392237c
commit 68584c97ecfb3046de7fb1b16c2caa785392237c
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-12-08 17:36:40 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-01-07 17:46:20 +0000
Bump __FreeBSD_version for llvm 17.0.6 merge
PR: 273753
MFC after: 1 month
(cherry picked from commit c711af7727824da79d87f375f3d6829feec3799a)
---
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 7ceae8fa8365..fc684f525aaf 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 1400503
+#define __FreeBSD_version 1400504
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,