aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>2026-04-06 19:29:01 +0000
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>2026-04-06 19:30:29 +0000
commit36fe65cc7a31962e80a45d8b0fa6a401653a3deb (patch)
treee646aac9f8446fcd0f25efdf0a2db772ca512298
parent0eaa57625d0fbe9960eabbaaedd522acdf673648 (diff)
Bump __FreeBSD_version to 1600015 after linuxkpi changes for DRM 6.11
As of this commit, all changes to linuxkpi required by the DRM drivers from Linux 6.11 were committed. Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 91b4657e717f..6142165d1c99 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 1600014
+#define __FreeBSD_version 1600015
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,