svn commit: r289005 - stable/10/sys/sys
Xin LI
delphij at FreeBSD.org
Thu Oct 8 06:34:13 UTC 2015
Author: delphij
Date: Thu Oct 8 06:34:12 2015
New Revision: 289005
URL: https://svnweb.freebsd.org/changeset/base/289005
Log:
Belately bump __FreeBSD_version after r288572 which makes a change to
zfeature_info.
This is a direct commit to stable/10.
Modified:
stable/10/sys/sys/param.h
Modified: stable/10/sys/sys/param.h
==============================================================================
--- stable/10/sys/sys/param.h Thu Oct 8 05:27:45 2015 (r289004)
+++ stable/10/sys/sys/param.h Thu Oct 8 06:34:12 2015 (r289005)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1002500 /* Master, propagated to newvers */
+#define __FreeBSD_version 1002501 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-stable-10
mailing list