git: 0c8684ae2001 - stable/13 - param.h: Bump __FreeBSD_version to 1300522
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Nov 2021 00:42:57 UTC
The branch stable/13 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=0c8684ae20019b63c6672cc9fa40e1426708b007
commit 0c8684ae20019b63c6672cc9fa40e1426708b007
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2021-11-25 00:39:52 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2021-11-25 00:39:52 +0000
param.h: Bump __FreeBSD_version to 1300522
Commit 6e8e261f0d4e changed the internal KAPI between the NFS modules.
Bump __FreeBSD_version to 1300522.
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 8baeb865e158..66133b80f262 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 1300521 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300522 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,