svn commit: r355679 - head/sys/sys

Rick Macklem rmacklem at FreeBSD.org
Thu Dec 12 23:37:05 UTC 2019


Author: rmacklem
Date: Thu Dec 12 23:37:04 2019
New Revision: 355679
URL: https://svnweb.freebsd.org/changeset/base/355679

Log:
  Bump __FreeBSD_version since r355677 changes the internal interface
  between the NFS modules such that they all need to be upgraded to
  post r355677 simultaneously.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Dec 12 23:33:32 2019	(r355678)
+++ head/sys/sys/param.h	Thu Dec 12 23:37:04 2019	(r355679)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300065	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300066	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list