Date: Tue, 4 Jun 2024 11:19:43 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: f285eabc89ce - stable/14 - Bump __FreeBSD_version after linuxkpi_video module is built Message-ID: <202406041119.454BJhGF077843@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=f285eabc89ce8ccf3aaf563401df942e406c2b5f commit f285eabc89ce8ccf3aaf563401df942e406c2b5f Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-06-04 11:18:56 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> 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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406041119.454BJhGF077843>