svn commit: r363562 - head/sys/sys

Mateusz Guzik mjg at FreeBSD.org
Sun Jul 26 13:30:33 UTC 2020


Author: mjg
Date: Sun Jul 26 13:30:33 2020
New Revision: 363562
URL: https://svnweb.freebsd.org/changeset/base/363562

Log:
  Bump __FreeBSD_version after introduction of lockless lookup to the VFS layer

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sun Jul 26 13:07:09 2020	(r363561)
+++ head/sys/sys/param.h	Sun Jul 26 13:30:33 2020	(r363562)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300101	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300102	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list