svn commit: r308047 - stable/10/sys/sys

Andriy Gapon avg at FreeBSD.org
Fri Oct 28 15:20:44 UTC 2016


Author: avg
Date: Fri Oct 28 15:20:43 2016
New Revision: 308047
URL: https://svnweb.freebsd.org/changeset/base/308047

Log:
  bump __FreeBSD_version for libzfs_core.h
  
  Direct commit.

Modified:
  stable/10/sys/sys/param.h

Modified: stable/10/sys/sys/param.h
==============================================================================
--- stable/10/sys/sys/param.h	Fri Oct 28 15:18:11 2016	(r308046)
+++ stable/10/sys/sys/param.h	Fri Oct 28 15:20:43 2016	(r308047)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1003509	/* Master, propagated to newvers */
+#define __FreeBSD_version 1003510	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list