Bump __FreeBSD_version for the addition of <crypto/curve25519.h>.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
John Baldwin 2022-01-24 15:28:36 -08:00
parent 16cf646a6f
commit 2c4b65cc3d

View File

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