svn commit: r359839 - head/sys/sys

Kyle Evans kevans at FreeBSD.org
Sun Apr 12 22:22:53 UTC 2020


Author: kevans
Date: Sun Apr 12 22:22:53 2020
New Revision: 359839
URL: https://svnweb.freebsd.org/changeset/base/359839

Log:
  Bump __FreeBSD_version after r359836, close_range(2)
  
  Reported by:	cy

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sun Apr 12 22:11:29 2020	(r359838)
+++ head/sys/sys/param.h	Sun Apr 12 22:22:53 2020	(r359839)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300090	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300091	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list