aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2022-03-27 20:12:03 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2022-03-27 20:12:03 +0000
commit6663718bb49635deac3f5dc55fa6f0f7cba593ba (patch)
treeb289da382260ec73a3565e33c0e06e653092de0d
parente269958566ff0df8d479996507636ed14ff6078a (diff)
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
-rw-r--r--UPDATING5
-rw-r--r--sys/sys/param.h2
2 files changed, 6 insertions, 1 deletions
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,