git: e3a4b989d7f7 - main - runq: Bump __FreeBSD_version after switching to 256 levels
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jun 2025 02:13:27 UTC
The branch main has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=e3a4b989d7f7d82f7ab8cefe0d665dbe6b74d316
commit e3a4b989d7f7d82f7ab8cefe0d665dbe6b74d316
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2024-05-21 13:21:51 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-06-18 02:09:29 +0000
runq: Bump __FreeBSD_version after switching to 256 levels
Corresponding to changing RQ_PPQ to 1.
MFC after: 1 month
Event: Kitchener-Waterloo Hackathon 202506
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45390
---
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 37fa46ffdf3d..b9849390c844 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -74,7 +74,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500047
+#define __FreeBSD_version 1500048
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,