Bump __FreeBSD_version after introduction of lockless lookup to the VFS layer

This commit is contained in:
mjg 2020-07-26 13:30:33 +00:00
parent f828dae03e
commit 21e60a6cf1

View File

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