svn commit: r335930 - head/sys/sys

Matt Macy mmacy at FreeBSD.org
Wed Jul 4 03:46:24 UTC 2018


Author: mmacy
Date: Wed Jul  4 03:46:23 2018
New Revision: 335930
URL: https://svnweb.freebsd.org/changeset/base/335930

Log:
  FreeBSD_version: update for epoch(9) r335924 KPI change

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed Jul  4 03:44:36 2018	(r335929)
+++ head/sys/sys/param.h	Wed Jul  4 03:46:23 2018	(r335930)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200070	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200071	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list