svn commit: r272951 - head/sys/sys

Pedro F. Giffuni pfg at FreeBSD.org
Sat Oct 11 18:58:58 UTC 2014


Author: pfg
Date: Sat Oct 11 18:58:58 2014
New Revision: 272951
URL: https://svnweb.freebsd.org/changeset/base/272951

Log:
  Bump FreeBSD_version due to cleanup of tcp wrapper header.
  
  Due to revisions r272949 and r272950 which should affect
  positively some ports.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sat Oct 11 18:54:37 2014	(r272950)
+++ head/sys/sys/param.h	Sat Oct 11 18:58:58 2014	(r272951)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100037	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100038	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list