Bump __FreeBSD_version after e63539f305

This is to allow ports to detect the clang fix applied in the above
commit.

PR:		252892
MFC after:	3 days
This commit is contained in:
Dimitry Andric 2021-01-26 19:43:55 +01:00
parent d89c1c461c
commit 2cf8425892

View File

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