svn commit: r317176 - head/sys/sys

Gleb Smirnoff glebius at FreeBSD.org
Wed Apr 19 22:50:21 UTC 2017


Author: glebius
Date: Wed Apr 19 22:50:19 2017
New Revision: 317176
URL: https://svnweb.freebsd.org/changeset/base/317176

Log:
  Bump __FreeBSD_version due to r317061, struct vmmeter changes.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed Apr 19 22:48:27 2017	(r317175)
+++ head/sys/sys/param.h	Wed Apr 19 22:50:19 2017	(r317176)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200028	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200029	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list