aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>2026-04-30 19:40:53 +0000
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>2026-04-30 19:40:53 +0000
commitc969df6ccef61ffc01d038eee383d0852e66da3d (patch)
treec497e1d5c31d4fff3867827a629a55c505503cb7
parent4a85d68009d2fe591acca6265ebbc7dbac5a9367 (diff)
Bump __FreeBSD_version to 1500509 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index af5ff860c082..1ae6681ace9c 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 1500508
+#define __FreeBSD_version 1500509
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,