svn commit: r303977 - stable/11/sys/sys

Glen Barber gjb at FreeBSD.org
Thu Aug 11 23:49:57 UTC 2016


Author: gjb
Date: Thu Aug 11 23:49:55 2016
New Revision: 303977
URL: https://svnweb.freebsd.org/changeset/base/303977

Log:
  Fix __FreeBSD_version for stable/11.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

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

Modified: stable/11/sys/sys/param.h
==============================================================================
--- stable/11/sys/sys/param.h	Thu Aug 11 23:43:46 2016	(r303976)
+++ stable/11/sys/sys/param.h	Thu Aug 11 23:49:55 2016	(r303977)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1101000	/* Master, propagated to newvers */
+#define __FreeBSD_version 1105000	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list