svn commit: r364331 - head/sys/sys

Rick Macklem rmacklem at FreeBSD.org
Tue Aug 18 01:57:48 UTC 2020


Author: rmacklem
Date: Tue Aug 18 01:57:48 2020
New Revision: 364331
URL: https://svnweb.freebsd.org/changeset/base/364331

Log:
  Bump __FreeBSD_version for r364330, since it changed the internal API
  between the NFS modules such that they all need to be re-compiled from
  sources.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Tue Aug 18 01:41:12 2020	(r364330)
+++ head/sys/sys/param.h	Tue Aug 18 01:57:48 2020	(r364331)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300109	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300110	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list