git: e982b1cf1fe1 - stable/13 - Bump __FreeBSD_version to 1302506 for merges of LinuxKPI changes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Jun 2023 12:09:08 UTC
The branch stable/13 has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=e982b1cf1fe1dc0b84dc24f03d1c21e3fe6bdef3
commit e982b1cf1fe1dc0b84dc24f03d1c21e3fe6bdef3
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2023-06-26 12:05:50 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2023-06-26 12:05:50 +0000
Bump __FreeBSD_version to 1302506 for merges of LinuxKPI changes.
Sponsored by: The FreeBSD Foundation
---
sys/sys/param.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/sys/param.h b/sys/sys/param.h
index b57c5afb5d05..6a0328d8aa45 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 1302505 /* Master, propagated to newvers */
+#define __FreeBSD_version 1302506 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,