svn commit: r291243 - stable/10/sys/sys
Steven Hartland
smh at FreeBSD.org
Tue Nov 24 09:41:51 UTC 2015
Author: smh
Date: Tue Nov 24 09:41:50 2015
New Revision: 291243
URL: https://svnweb.freebsd.org/changeset/base/291243
Log:
Belatedly bump __FreeBSD_version after r291215
Due to the change in args for g_dev_setdumpdev by r291215 belatedly bump
__FreeBSD_version to allow any potential consumers to check for this, as
requested by delphij.
This is a direct commit to stable/10
Approved by: so (delphij)
Sponsored by: Multiplay
Modified:
stable/10/sys/sys/param.h
Modified: stable/10/sys/sys/param.h
==============================================================================
--- stable/10/sys/sys/param.h Tue Nov 24 09:13:21 2015 (r291242)
+++ stable/10/sys/sys/param.h Tue Nov 24 09:41:50 2015 (r291243)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1002501 /* Master, propagated to newvers */
+#define __FreeBSD_version 1002502 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-stable
mailing list