svn commit: r329981 - stable/11/sys/sys

Hans Petter Selasky hselasky at FreeBSD.org
Sun Feb 25 10:52:47 UTC 2018


Author: hselasky
Date: Sun Feb 25 10:52:46 2018
New Revision: 329981
URL: https://svnweb.freebsd.org/changeset/base/329981

Log:
  Bump the FreeBSD version to conclude the recent LinuxKPI related updates.
  
  This is a direct commit.
  
  Sponsored by:   Mellanox Technologies

Modified:
  stable/11/sys/sys/param.h

Modified: stable/11/sys/sys/param.h
==============================================================================
--- stable/11/sys/sys/param.h	Sun Feb 25 10:51:39 2018	(r329980)
+++ stable/11/sys/sys/param.h	Sun Feb 25 10:52:46 2018	(r329981)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1101510	/* Master, propagated to newvers */
+#define __FreeBSD_version 1101511	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list