svn commit: r289594 - head/sys/sys

Hans Petter Selasky hselasky at FreeBSD.org
Mon Oct 19 16:25:42 UTC 2015


Author: hselasky
Date: Mon Oct 19 16:25:41 2015
New Revision: 289594
URL: https://svnweb.freebsd.org/changeset/base/289594

Log:
  Bump the __FreeBSD_version to reflect the recent Linux KPI updates.
  
  Sponsored by:	Mellanox Technologies

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Oct 19 16:03:08 2015	(r289593)
+++ head/sys/sys/param.h	Mon Oct 19 16:25:41 2015	(r289594)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100081	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100082	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list