Bump __FreeBSD_version for r364330, since it changed the internal API

between the NFS modules such that they all need to be re-compiled from
sources.
This commit is contained in:
Rick Macklem 2020-08-18 01:57:48 +00:00
parent 808306dd0f
commit 7cae97826e

View File

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