param.h: Bump __FreeBSD_version to 1400029 for commit 0dc332bff2

Commit 0dc332bff2 changes fileops layout and adds VOP_DEALLOCATE VOP
call. LinuxKPI kmods and file system modules need to be rebuilt at
least.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ka Ho Ng 2021-08-05 02:35:57 +08:00
parent da9fe3529b
commit 245ec7651e

View File

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