Bump __FreeBSD_version

r350437 presents a merge conflict with r350115, which raised
__FreeBSD_version due to the addition of fusefs's intr/nointr mount options.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
asomers 2019-07-30 19:55:55 +00:00
parent f16a67fc58
commit 8d1319516f

View File

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