version bump for commit 665b1365fe

The commit changed the internal API between the NFS and kernel RPC
modules.  Bump the version so that all modules get rebuilt from
sources.
This commit is contained in:
Rick Macklem 2020-12-23 14:41:47 -08:00
parent c26a348427
commit 2ed0c8d801

View File

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