git: 5ca371f4f536 - stable/13 - Bump __FreeBSD_version to 1302502 after LinuxKPI changes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Feb 2023 23:45:06 UTC
The branch stable/13 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=5ca371f4f536f9ee9d6c9fb178bf1f7f6de33216 commit 5ca371f4f536f9ee9d6c9fb178bf1f7f6de33216 Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2023-02-17 23:40:29 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2023-02-17 23:42:17 +0000 Bump __FreeBSD_version to 1302502 after LinuxKPI changes. Help out-of-tree consumers detect changes to LinuxKPI pci and 802.11. --- UPDATING | 4 ++++ sys/sys/param.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index a96d4b38e240..60f583ac26cf 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,10 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20230217: + Bump __FreeBSD_verion after various changes to LinuxKPI pci and 802.11 + in order to help out-of-tree consumers to deal accordingly. + 20220701: LinuxKPI pm.h changes require an update to the latest drm-kmod version before re-compiling to avoid errors. diff --git a/sys/sys/param.h b/sys/sys/param.h index 9b33cfb5a062..5d97c0b2dffb 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 1302501 /* Master, propagated to newvers */ +#define __FreeBSD_version 1302502 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,