diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2025-08-07 18:19:21 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-08-07 18:21:09 +0000 |
| commit | b3340428f394d08b9776899c7f6dc16ed5fd590c (patch) | |
| tree | e3f496d8f38332e2517436a6a0d080ad1017b14c | |
| parent | 53ae625bbda414b1bc73200289178b988dbed1cd (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.h | 2 |
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, |
