git: eb3397588e1b - stable/13 - param.h: Bump __FreeBSD_version to 1300510 for commit 841006678745
Rick Macklem
rmacklem at FreeBSD.org
Sat Jun 26 23:16:38 UTC 2021
The branch stable/13 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=eb3397588e1b48043e166587ea454f60efea88d0
commit eb3397588e1b48043e166587ea454f60efea88d0
Author: Rick Macklem <rmacklem at FreeBSD.org>
AuthorDate: 2021-06-26 23:13:49 +0000
Commit: Rick Macklem <rmacklem at FreeBSD.org>
CommitDate: 2021-06-26 23:13:49 +0000
param.h: Bump __FreeBSD_version to 1300510 for commit 841006678745
Commit 841006678745 changed the internal KAPI between the krpc
and nfsd modules. As such, they must both be rebuilt from
sources.
This is a direct commit.
---
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 9a5716635a2f..6e75123fca77 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300509 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300510 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the dev-commits-src-branches
mailing list