sys: Chase libmd version bump with a __FreeBSD_version bump

Ports need to be rebuilt anew following this change to get off of the
old libmd.so.6.
This commit is contained in:
Kyle Evans 2024-10-02 14:54:24 -05:00
parent 519981e3c0
commit e3953c036f

View File

@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1500023
#define __FreeBSD_version 1500024
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,