diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2021-11-19 00:09:37 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2021-11-19 00:09:37 +0000 |
commit | 29745cf91cfc22afa94da0ce43e07a6dc377f631 (patch) | |
tree | 0b6ada654c8519ec0148d1ad21d7d2f64ac57bec | |
parent | 9806b36deeeef8df2cc2a5d6122c3aafc478b1f0 (diff) |
Bump __FreeBSD_version to 1300521.
Bump __FreeBSD_version to 1300521 after merging LinuxKPI and net80211
changes.
-rw-r--r-- | UPDATING | 6 | ||||
-rw-r--r-- | sys/sys/param.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -12,6 +12,12 @@ 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. +20211119: + Bump __FreeBSD_version to 1300521 after merging LinuxKPI and + net80211 changes in order to support building various wireless + drivers. This is to help other external consumers of LinuxKPI + and net80211 to deal accordingly. + 20211003: Commit a599f9f7620b deleted the variable called nfs_maxcopyrange from nfscommon.ko, since it no longer needs to be global. As such, diff --git a/sys/sys/param.h b/sys/sys/param.h index fa3bc1544a4a..8baeb865e158 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 1300520 /* Master, propagated to newvers */ +#define __FreeBSD_version 1300521 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |