aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2025-07-19 23:55:29 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2025-07-19 23:55:29 +0000
commit04055decc91c5911498bfcb924d26f37803ecb3a (patch)
treeaf1fddca133dd8aed7a60fc0df7499ba920057f1
parent392a82b25405760b61c22d8342d107ae4a724e65 (diff)
param.h: Bump __FreeBSD_version for 392a82 and c00baa
Commits 392a82b225 and c00baac0ab both changed the internal API between the NFS modules. As such, all these modules need to be rebuilt from sources. Bump __FreeBSD_version to 1500053 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 a8e9635242dd..bd739eacae6f 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 1500052
+#define __FreeBSD_version 1500053
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,