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

Robert Watson rwatson at FreeBSD.org
Thu Mar 19 11:20:13 UTC 2015


Author: rwatson
Date: Thu Mar 19 11:20:12 2015
New Revision: 280246
URL: https://svnweb.freebsd.org/changeset/base/280246

Log:
  Bump __FreeBSD_version to 1001511 reflecting the capability.h -> capsicum.h
  rename.
  
  Sponsored by:	Google, Inc.

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

Modified: stable/10/sys/sys/param.h
==============================================================================
--- stable/10/sys/sys/param.h	Thu Mar 19 09:56:38 2015	(r280245)
+++ stable/10/sys/sys/param.h	Thu Mar 19 11:20:12 2015	(r280246)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1001510	/* Master, propagated to newvers */
+#define __FreeBSD_version 1001511	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list