svn commit: r271686 - head/sys/sys stable/10/sys/sys stable/8/sys/sys stable/9/sys/sys

Glen Barber gjb at FreeBSD.org
Tue Sep 16 19:20:07 UTC 2014


Author: gjb
Date: Tue Sep 16 19:20:06 2014
New Revision: 271686
URL: http://svnweb.freebsd.org/changeset/base/271686

Log:
  Bump __FreeBSD_version after SA-14:19.tcp
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

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

Changes in other areas also in this revision:
Modified:
  head/sys/sys/param.h
  stable/8/sys/sys/param.h
  stable/9/sys/sys/param.h

Modified: stable/10/sys/sys/param.h
==============================================================================
--- stable/10/sys/sys/param.h	Tue Sep 16 19:08:54 2014	(r271685)
+++ stable/10/sys/sys/param.h	Tue Sep 16 19:20:06 2014	(r271686)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1000715	/* Master, propagated to newvers */
+#define __FreeBSD_version 1000716	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list