git: bd49c454ca62 - main - Bump __FreeBSD_version for the preceding page allocator changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 01:23:28 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=bd49c454ca62170506a98959c1acab7ad50c3276 commit bd49c454ca62170506a98959c1acab7ad50c3276 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2021-10-20 00:30:28 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2021-10-20 01:22:57 +0000 Bump __FreeBSD_version for the preceding page allocator changes None of the usual suspects (e.g., drm-kmod, virtualbox-ose-kmod, nvidia-driver) seem to be affected by the changes, but it is likely that something else is affected. Sponsored by: The FreeBSD Foundation --- 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 ecdd233c4c2b..42e200de2eae 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -76,7 +76,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1400038 +#define __FreeBSD_version 1400039 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,