git: ab8ac4c28574 - main - Bump __FreeBSD_version for zlib upgrade.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Mar 2022 14:30:59 UTC
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=ab8ac4c28574a42a2891b2e2341f802949c1fb57 commit ab8ac4c28574a42a2891b2e2341f802949c1fb57 Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2022-03-31 14:30:42 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2022-03-31 14:30:42 +0000 Bump __FreeBSD_version for zlib upgrade. --- 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 db2cb888ce60..9b61e741de7e 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 1400055 +#define __FreeBSD_version 1400056 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,