Bump __FreeBSD_version for llvm 18.1.3 merge

PR:		276104
MFC after:	1 month
This commit is contained in:
Dimitry Andric 2024-04-06 22:15:21 +02:00
parent 439352ac82
commit 0192eda105

View file

@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here. * cannot include sys/param.h and should only be updated here.
*/ */
#undef __FreeBSD_version #undef __FreeBSD_version
#define __FreeBSD_version 1500017 #define __FreeBSD_version 1500018
/* /*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,