Bump __FreeBSD_version for the preceding page allocator changes

None of the usual suspects (e.g., drm-kmod, virtualbox-ose-kmod,
nvidia-driver) seem to be affected by the changes, but it is likely that
something else is affected.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2021-10-19 20:30:28 -04:00
parent 34fac29e98
commit bd49c454ca

View File

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