diff options
author | Ed Maste <emaste@FreeBSD.org> | 2023-06-24 02:15:39 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2023-06-24 02:16:34 +0000 |
commit | 9ead001d5b42ef9cba04757c9e7ee74c06037139 (patch) | |
tree | 52f65894101e882289f421420524b66882344b96 | |
parent | bc1027a7785166fde9c2a3b48e6e70d198377d4b (diff) |
Bump __FreeBSD_version for OpenSSL 3.0 update
Reported by: bofh
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |