param.h: bump __FreeBSD_version for commit 8759773148

Commit 8759773148 changed the internal KPI between the
nfsd and nfscommon modules, so both need to be rebuilt
from sources.
This commit is contained in:
Rick Macklem 2021-04-26 16:35:18 -07:00
parent 8759773148
commit 61aea7fa3c

View File

@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1400011 /* Master, propagated to newvers */
#define __FreeBSD_version 1400012 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,