svn commit: r359920 - head/sys/sys

Andrew Gallatin gallatin at FreeBSD.org
Tue Apr 14 14:48:00 UTC 2020


Author: gallatin
Date: Tue Apr 14 14:48:00 2020
New Revision: 359920
URL: https://svnweb.freebsd.org/changeset/base/359920

Log:
  Bump FreeBSD version after r359919 (KTLS / unmapped mbuf changes)
  
  The above changes mbufs, and any module using unmapped mbufs
  would need to be re-compiled.
  
  Sponsored by:	Netflix

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Tue Apr 14 14:46:06 2020	(r359919)
+++ head/sys/sys/param.h	Tue Apr 14 14:48:00 2020	(r359920)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300091	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300092	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list