git: 6663718bb496 - stable/13 - Bump __FreeBSD_version to 1301501 after LinuxKPI and net80211 merges in order to help out-of-tree consumers to deal accordingly.

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Sun, 27 Mar 2022 20:14:18 UTC
The branch stable/13 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=6663718bb49635deac3f5dc55fa6f0f7cba593ba

commit 6663718bb49635deac3f5dc55fa6f0f7cba593ba
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2022-03-27 20:12:03 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2022-03-27 20:12:03 +0000

    Bump __FreeBSD_version to 1301501 after LinuxKPI and net80211
    merges in order to help out-of-tree consumers to deal accordingly.
    
    Sponsored by:   The FreeBSD Foundation
---
 UPDATING        | 5 +++++
 sys/sys/param.h | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 2f187e2b2913..b5355c64f2d7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,11 @@ 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.
 
+20220327:
+	Bump __FreeBSD_verion to 1301501 after merging LinuxKPI and
+	net80211 changes in order to help out-of-tree consumers to deal
+	accordingly.
+
 20220123:
 	For 64-bit architectures the base system is now built with Position
 	Independent Executable (PIE) support enabled by default.  It may be
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 9418333faaa3..4319df572647 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 1301500	/* Master, propagated to newvers */
+#define __FreeBSD_version 1301501	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,