git: c39ff2415cb9 - stable/13 - Bump __FreeBSD_version to 1300526 for LinuxKPI changes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Feb 2022 18:15:56 UTC
The branch stable/13 has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=c39ff2415cb965b729fd16f9eae91e712313877b
commit c39ff2415cb965b729fd16f9eae91e712313877b
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2022-02-20 18:10:45 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2022-02-20 18:15:16 +0000
Bump __FreeBSD_version to 1300526 for LinuxKPI changes.
This successfully builds against drm-fbsd13-kmod-5.4.144.g20220128
so no conflicting changes on the MFC. Given there are overlaps, bump
__FreeBSD_version so they can be detected and removed as pleases.
---
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 af17d293c9d0..86ad3d3a4cfc 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 1300525 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300526 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,