git: 690bcf605d84 - stable/13 - param.h: Bump __FreeBSD_version for commit 18f5b477ee66
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Dec 2021 22:47:55 UTC
The branch stable/13 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=690bcf605d84283c1f9d254885a3cac69c5e80a6
commit 690bcf605d84283c1f9d254885a3cac69c5e80a6
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2021-12-18 22:44:46 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2021-12-18 22:44:46 +0000
param.h: Bump __FreeBSD_version for commit 18f5b477ee66
Commit 18f5b477ee66 added two arguments to VOP_ALLOCATE().
As such, all NFS modules must be rebult 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 66133b80f262..679f127775b5 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 1300522 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300523 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,