svn commit: r302071 - head/sys/sys
Kenneth D. Merry
ken at FreeBSD.org
Tue Jun 21 20:28:32 UTC 2016
Author: ken
Date: Tue Jun 21 20:28:30 2016
New Revision: 302071
URL: https://svnweb.freebsd.org/changeset/base/302071
Log:
Bump __FreeBSD_version to 1100118 for r302069, which breaks binary
compatibility for loadable modules that depend on struct disk.
Approved by: re (delphij)
Sponsored by: Spectra Logic
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h Tue Jun 21 20:20:30 2016 (r302070)
+++ head/sys/sys/param.h Tue Jun 21 20:28:30 2016 (r302071)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1100117 /* Master, propagated to newvers */
+#define __FreeBSD_version 1100118 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-all
mailing list