diff options
| author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2026-04-30 17:54:30 +0000 |
|---|---|---|
| committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2026-04-30 17:54:30 +0000 |
| commit | 1569e2334ab5b2ee1e2b7893cb05c17a27d3eca8 (patch) | |
| tree | ef706204c35d242805c8aff724e1df8078d23d56 | |
| parent | 873a195ba63575e46686cfd6ea9670a0ca340fa0 (diff) | |
Bump __FreeBSD_version to 1600018 after linuxkpi changes for DRM 6.12.84
As of this commit, all changes to linuxkpi required by the DRM drivers
from Linux 6.12.84 were committed.
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index dbe80ca05c68..7c3d02f842f9 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 1600017 +#define __FreeBSD_version 1600018 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |
