git: f9f5d846b72d - stable/13 - Bump __FreeBSD_version for LinuxKPI changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Oct 2021 18:54:08 UTC
The branch stable/13 has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=f9f5d846b72d767a4799daa66ae6f0ef3a9ea771
commit f9f5d846b72d767a4799daa66ae6f0ef3a9ea771
Author: Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2021-10-17 14:35:48 +0000
Commit: Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2021-10-24 18:52:47 +0000
Bump __FreeBSD_version for LinuxKPI changes
(cherry picked from commit 0d6516b453469ce1d92ec903c4c4df9ee08be0f9)
---
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 3d47dda916af..fa3bc1544a4a 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 1300519 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300520 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,