svn commit: r291537 - head/sys/sys

Rick Macklem rmacklem at FreeBSD.org
Mon Nov 30 22:35:54 UTC 2015


Author: rmacklem
Date: Mon Nov 30 22:35:53 2015
New Revision: 291537
URL: https://svnweb.freebsd.org/changeset/base/291537

Log:
  Bump __FreeBSD_version since r291527 changes the interface between the
  nfsd.ko and nfscommon.ko modules. As such, both modules need to be upgraded
  to-gether.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Nov 30 22:29:11 2015	(r291536)
+++ head/sys/sys/param.h	Mon Nov 30 22:35:53 2015	(r291537)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100090	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100091	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list