git: 53d162819c20 - stable/13 - param.h: Bump __FreeBSD_version to 1300514
Rick Macklem
rmacklem at FreeBSD.org
Wed Aug 4 00:09:54 UTC 2021
The branch stable/13 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=53d162819c20e5cf267cb91f7a19940e96e8bec4
commit 53d162819c20e5cf267cb91f7a19940e96e8bec4
Author: Rick Macklem <rmacklem at FreeBSD.org>
AuthorDate: 2021-08-04 00:06:59 +0000
Commit: Rick Macklem <rmacklem at FreeBSD.org>
CommitDate: 2021-08-04 00:06:59 +0000
param.h: Bump __FreeBSD_version to 1300514
Commits 9fb6e613373c and 9ec7dbf46b0a both changed the internal
KAPI between the NFS modules. Bump __FreeBSD_version to 1300514
so that all modules are 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 497847dc1e6a..ef5eb4206706 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 1300513 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300514 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the dev-commits-src-all
mailing list