svn commit: r360418 - head/sys/sys

John Baldwin jhb at FreeBSD.org
Tue Apr 28 00:06:50 UTC 2020


Author: jhb
Date: Tue Apr 28 00:06:49 2020
New Revision: 360418
URL: https://svnweb.freebsd.org/changeset/base/360418

Log:
  Bump __FreeBSD_version for KTLS RX support.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Apr 27 23:59:42 2020	(r360417)
+++ head/sys/sys/param.h	Tue Apr 28 00:06:49 2020	(r360418)
@@ -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,


More information about the svn-src-all mailing list