aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2023-02-17 23:40:29 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2023-02-17 23:42:17 +0000
commit5ca371f4f536f9ee9d6c9fb178bf1f7f6de33216 (patch)
treeeb4c8d9fee1c2be472d99815936c4d8585f12bee
parentc27730a2382488c66edcba84d9639b49d0cd9f2f (diff)
Bump __FreeBSD_version to 1302502 after LinuxKPI changes.
Help out-of-tree consumers detect changes to LinuxKPI pci and 802.11.
-rw-r--r--UPDATING4
-rw-r--r--sys/sys/param.h2
2 files changed, 5 insertions, 1 deletions
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,