svn commit: r269400 - stable/10/sys/sys

Rick Macklem rmacklem at FreeBSD.org
Fri Aug 1 21:24:20 UTC 2014


Author: rmacklem
Date: Fri Aug  1 21:24:19 2014
New Revision: 269400
URL: http://svnweb.freebsd.org/changeset/base/269400

Log:
  Bump __FreeBSD_version for r269398, since it changes the
  internal interfaces between the NFS related modules.
  This is a direct commit to stable/10.

Modified:
  stable/10/sys/sys/param.h

Modified: stable/10/sys/sys/param.h
==============================================================================
--- stable/10/sys/sys/param.h	Fri Aug  1 21:14:02 2014	(r269399)
+++ stable/10/sys/sys/param.h	Fri Aug  1 21:24:19 2014	(r269400)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1000711	/* Master, propagated to newvers */
+#define __FreeBSD_version 1000712	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list