param.h: bump __FreeBSD_version for commit 4ce1ba6523

Commit 4ce1ba6523 changed the sndstat(4) ioctls nvlist schema and
definitions.

Approved by:	philip (mentor)
This commit is contained in:
Ka Ho Ng 2021-04-15 17:54:54 +08:00
parent 4ce1ba6523
commit a3a02acde1

View File

@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1400009 /* Master, propagated to newvers */
#define __FreeBSD_version 1400010 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,