svn commit: r323706 - head/sys/sys

Hans Petter Selasky hselasky at FreeBSD.org
Mon Sep 18 13:39:52 UTC 2017


Author: hselasky
Date: Mon Sep 18 13:39:51 2017
New Revision: 323706
URL: https://svnweb.freebsd.org/changeset/base/323706

Log:
  Bump the __FreeBSD_version after recent LinuxKPI changes.
  
  MFC after:		1 week
  Sponsored by:		Mellanox Technologies

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Sep 18 13:37:14 2017	(r323705)
+++ head/sys/sys/param.h	Mon Sep 18 13:39:51 2017	(r323706)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200044	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200045	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list