The branch stable/14 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=f285eabc89ce8ccf3aaf563401df942e406c2b5f
commit f285eabc89ce8ccf3aaf563401df942e406c2b5f Author: Emmanuel Vadot <[email protected]> AuthorDate: 2024-06-04 11:18:56 +0000 Commit: Emmanuel Vadot <[email protected]> CommitDate: 2024-06-04 11:18:56 +0000 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 bc22f975991b..cd77156ab17d 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,
