The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=b3de3c2dea576b626a8a107d96b0fd6562500c1e
commit b3de3c2dea576b626a8a107d96b0fd6562500c1e Author: Rick Macklem <[email protected]> AuthorDate: 2025-11-03 00:16:21 +0000 Commit: Rick Macklem <[email protected]> CommitDate: 2025-11-03 00:16:21 +0000 param.h: Bump __FreeBSD_version for e5aa60d06958 Commit e5aa60d06958 changed the internal KAPI between the NFS modules. As such, they all need to be rebuilt from sources. Bump __FreeBSD_version to 1600004 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 957f1762a17c..bdfe4a1cfde3 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 1600003 +#define __FreeBSD_version 1600004 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
