svn commit: r335436 - stable/11/sys/sys
Hans Petter Selasky
hselasky at FreeBSD.org
Wed Jun 20 07:02:20 UTC 2018
Author: hselasky
Date: Wed Jun 20 07:02:19 2018
New Revision: 335436
URL: https://svnweb.freebsd.org/changeset/base/335436
Log:
Bump the __FreeBSD_version after recent LinuxKPI updates to force
recompilation of external kernel modules.
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 Wed Jun 20 06:59:39 2018 (r335435)
+++ stable/11/sys/sys/param.h Wed Jun 20 07:02:19 2018 (r335436)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1102500 /* Master, propagated to newvers */
+#define __FreeBSD_version 1102501 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-stable-11
mailing list