aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2026-01-31 23:46:51 +0000
committerEnji Cooper <ngie@FreeBSD.org>2026-01-31 23:46:51 +0000
commitf5828b88a979fd9b48c2a6370bf2ee761d4ee52a (patch)
treea7312451464b0fe30e96939ad821999a07a2cca8
parentee6882e6b1287aa910a4f74f5290ae397dbd5054 (diff)
Bump `__FreeBSD_version` for ee6882e6b1287aa9
While the change in ee6882e6b1287aa9 was likely benign, this commit is playing it safe by updating __FreeBSD_version, per the libcrypto dependencies change, as libcrypto now explicitly depends on libpthread and has threading support explicitly enabled. This is a direct commit to stable/15.
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 9f810fb68147..2ba2af796ed1 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -74,7 +74,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500505
+#define __FreeBSD_version 1500506
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,