git: 9de55e815b06 - stable/15 - Bump __FreeBSD_version to 1501502
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Aug 2026 15:55:26 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=9de55e815b062d84caeb277e756f51da106646e8
commit 9de55e815b062d84caeb277e756f51da106646e8
Author: Chris Longros <chris.longros@gmail.com>
AuthorDate: 2026-08-14 15:45:18 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-08-14 15:46:18 +0000
Bump __FreeBSD_version to 1501502
Bump the version after the amd64 FRED KBI change was merged to stable/15.
Fixes: 5e1fdbdf938b ("amd64: FRED support")
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D58743
---
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 d9fefbed34cf..7cfee5dddc99 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 1501501
+#define __FreeBSD_version 1501502
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,