From f285eabc89ce8ccf3aaf563401df942e406c2b5f Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Tue, 4 Jun 2024 13:18:56 +0200 Subject: [PATCH] Bump __FreeBSD_version after linuxkpi_video module is built Sponsored by: Beckhoff Automation GmbH & Co. KG --- 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 bc22f975991..cd77156ab17 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -75,7 +75,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1401500 +#define __FreeBSD_version 1401501 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,