aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2025-08-09 14:04:07 +0000
committerColin Percival <cperciva@FreeBSD.org>2025-08-09 14:04:07 +0000
commitdb7c0e32a05dd7011553321e82ac66dd712eaf09 (patch)
tree800b50b76c9c95f9fa5c97a7d5e74079d58a748a
parenta276bb4794af2d425375810acf556cbad626cbc0 (diff)
Bump __FreeBSD_version for 4757b351ea9d
This is necessary so that pkg builds will link to the new libutil shared object version. Fixes: 4757b351ea9d ("openssl: Import version 3.5.1")
-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 72061bd8134e..b9942c7bc2fd 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 1500058
+#define __FreeBSD_version 1500059
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,