The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=d8c5c513e1cbca329a75fa6ea5f5064c3a1d78b2
commit d8c5c513e1cbca329a75fa6ea5f5064c3a1d78b2 Author: Rick Macklem <rmack...@freebsd.org> AuthorDate: 2025-06-30 19:58:01 +0000 Commit: Rick Macklem <rmack...@freebsd.org> CommitDate: 2025-06-30 19:58:01 +0000 param.h: Bump __FreeBSD_version for NFS api changes Commits 171f66b0c2ca and 8e2a90ac8089 changed the internal api between nfscommon.ko and the other nfs modules. Bump __FreeBSD_version to 1500049 for this. All NFS related modules must be rebuilt from up-to-date sources. --- 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 b9849390c844..f1bf874cb5fd 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 1500048 +#define __FreeBSD_version 1500049 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,