svn commit: r284233 - head/sys/sys

Mateusz Guzik mjg at FreeBSD.org
Wed Jun 10 19:00:55 UTC 2015


Author: mjg
Date: Wed Jun 10 19:00:54 2015
New Revision: 284233
URL: https://svnweb.freebsd.org/changeset/base/284233

Log:
  Bump FreeBSD_version due to lim_* API changes in r284215

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed Jun 10 18:14:38 2015	(r284232)
+++ head/sys/sys/param.h	Wed Jun 10 19:00:54 2015	(r284233)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100076	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100077	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list