git: c4c5981c14d5 - main - Bump the FreeBSD version after recent mbuf(9) structure changes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 06:38:02 UTC
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=c4c5981c14d5bd69e9df9ae691069ec4c2e92174 commit c4c5981c14d5bd69e9df9ae691069ec4c2e92174 Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2022-06-08 06:37:16 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2022-06-08 06:37:26 +0000 Bump the FreeBSD version after recent mbuf(9) structure changes. Differential revision: https://reviews.freebsd.org/D35339 Sponsored by: NVIDIA Networking --- 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 d68b5c2d4f2f..963f7f89c930 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 1400060 +#define __FreeBSD_version 1400061 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,