svn commit: r362159 - head/sys/sys

Rick Macklem rmacklem at FreeBSD.org
Sun Jun 14 00:12:30 UTC 2020


Author: rmacklem
Date: Sun Jun 14 00:12:29 2020
New Revision: 362159
URL: https://svnweb.freebsd.org/changeset/base/362159

Log:
  Version bump for r362158, since the arguments for vfs_checkexp() changed.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sun Jun 14 00:10:18 2020	(r362158)
+++ head/sys/sys/param.h	Sun Jun 14 00:12:29 2020	(r362159)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300097	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300098	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list