Bump __FreeBSD_version for KTLS RX support.

This commit is contained in:
John Baldwin 2020-04-28 00:06:49 +00:00
parent 8cce4145fa
commit b8040914bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360418

View File

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