aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2025-08-07 18:19:21 +0000
committerColin Percival <cperciva@FreeBSD.org>2025-08-07 18:21:09 +0000
commitb3340428f394d08b9776899c7f6dc16ed5fd590c (patch)
treee3f496d8f38332e2517436a6a0d080ad1017b14c
parent53ae625bbda414b1bc73200289178b988dbed1cd (diff)
Bump __FreeBSD_version for 0c381b7f0570
This is necessary so that pkg builds will link to the new libutil shared object version. Reported by: antoine Fixes: 0c381b7f0570 ("libutil: Add symbol versioning")
-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 f7abc740ddc3..de3697d6dedd 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 1500056
+#define __FreeBSD_version 1500057
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,