git: 9ead001d5b42 - main - Bump __FreeBSD_version for OpenSSL 3.0 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Jun 2023 02:17:00 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=9ead001d5b42ef9cba04757c9e7ee74c06037139 commit 9ead001d5b42ef9cba04757c9e7ee74c06037139 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-06-24 02:15:39 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-06-24 02:16:34 +0000 Bump __FreeBSD_version for OpenSSL 3.0 update Reported by: bofh 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 0cc9ec0c8733..904eb9825b92 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 1400091 +#define __FreeBSD_version 1400092 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,