git: 8f81f190a640 - stable/13 - param.h: Bump __FreeBSD_version to 1300505 for 272f39942254
Rick Macklem
rmacklem at FreeBSD.org
Mon May 10 15:17:38 UTC 2021
The branch stable/13 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=8f81f190a640e211dd814bdde7811982b9491fb0
commit 8f81f190a640e211dd814bdde7811982b9491fb0
Author: Rick Macklem <rmacklem at FreeBSD.org>
AuthorDate: 2021-05-10 15:14:57 +0000
Commit: Rick Macklem <rmacklem at FreeBSD.org>
CommitDate: 2021-05-10 15:14:57 +0000
param.h: Bump __FreeBSD_version to 1300505 for 272f39942254
Commit 272f39942254 changed the internal KAPI between the
nscl.ko and nfscommon.ko modules, so they both 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 db5a31d60267..3d1ab448eae4 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 1300504 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300505 /* 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