git: 83d941e0af37 - main - Bump __FreeBSD_version for zlib 1.3.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Aug 2023 08:13:41 UTC
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=83d941e0af3720f45ab9f2c3d035519a11752bea commit 83d941e0af3720f45ab9f2c3d035519a11752bea Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2023-08-20 08:13:19 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2023-08-20 08:13:19 +0000 Bump __FreeBSD_version for zlib 1.3. --- 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 1b8df48e4bd8..89f277056069 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 1400095 +#define __FreeBSD_version 1400096 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,