svn commit: r357612 - stable/12/sys/sys

Hans Petter Selasky hselasky at FreeBSD.org
Thu Feb 6 10:10:43 UTC 2020


Author: hselasky
Date: Thu Feb  6 10:10:42 2020
New Revision: 357612
URL: https://svnweb.freebsd.org/changeset/base/357612

Log:
  Bump FreeBSD version due to recent LinuxKPI changes.
  
  This is a direct commit.
  
  Sponsored by:	Mellanox Technologies

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

Modified: stable/12/sys/sys/param.h
==============================================================================
--- stable/12/sys/sys/param.h	Thu Feb  6 08:32:30 2020	(r357611)
+++ stable/12/sys/sys/param.h	Thu Feb  6 10:10:42 2020	(r357612)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1201511	/* Master, propagated to newvers */
+#define __FreeBSD_version 1201512	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-stable mailing list