Bump __FreeBSD_version for OCF changes to support variable nonce lengths.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
John Baldwin 2021-10-06 14:09:18 -07:00
parent 42dcd39528
commit ac847dbf73

View file

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