aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2025-11-23 20:30:48 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2025-11-23 20:33:33 +0000
commit33d15245f9be27336035c41fcf7c78ab50f3e6cc (patch)
tree0be77c2d5969d3c19b0a8c3e8d679056aa6ca46d
parentf27afc476551c62a09b02b9b9de5103a3094fc88 (diff)
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.
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
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,