git: b802ab153dd2 - stable/13 - Bump __FreeBSD_version for llvm 19.1.4 merge
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Dec 2024 12:54:38 UTC
The branch stable/13 has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=b802ab153dd24f468b9bfe33a96c61408e0d0565
commit b802ab153dd24f468b9bfe33a96c61408e0d0565
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-10-23 16:49:02 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-12-01 12:53:18 +0000
Bump __FreeBSD_version for llvm 19.1.4 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 cba49f3e9b9b..c209db90ba1e 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -59,7 +59,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1304500 /* Master, propagated to newvers */
+#define __FreeBSD_version 1304501 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,