git: 33d15245f9be - stable/15 - param.h: Bump __FreeBSD_version to 1500502
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Nov 2025 20:36:20 UTC
The branch stable/15 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=33d15245f9be27336035c41fcf7c78ab50f3e6cc
commit 33d15245f9be27336035c41fcf7c78ab50f3e6cc
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2025-11-23 20:30:48 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2025-11-23 20:33:33 +0000
param.h: Bump __FreeBSD_version to 1500502
Commit f27afc476551 changes the internal KAPI between the
NFS modules. As such, all must be recompiled from sources.
Bump __FreeBSD_version to 1500502 for this.
---
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 a4cdc76e0fb2..cb75e316c39e 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 1500501
+#define __FreeBSD_version 1500502
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,