param.h: Bump __FreeBSD_version to 1500010

Commit cc760de218 changed the internal interface between
the nfscommon and nfscl modules.  As such, both need to be
rebuilt from sources.  Therefore, bump __FreeBSD_version.
This commit is contained in:
Rick Macklem 2024-01-11 16:48:23 -08:00
parent cc760de218
commit a2da1bdb61

View File

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