The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=fad3f322efb53d4924fdda34f9f23f881659c269
commit fad3f322efb53d4924fdda34f9f23f881659c269 Author: Rick Macklem <rmack...@freebsd.org> AuthorDate: 2021-07-16 22:13:27 +0000 Commit: Rick Macklem <rmack...@freebsd.org> CommitDate: 2021-07-16 22:13:27 +0000 param.h: Bump __FreeBSD_version to 1400026 for commit ee29e6f31111 Commit ee29e6f31111 changed the internal KAPI between the nfscommon and nfsd modules. Bump __FreeBSD_version to 1400026 since both modules will need to be rebuilt from 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 96538a949c3f..f1dc6dd2fcd6 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -76,7 +76,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1400025 +#define __FreeBSD_version 1400026 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"