Author: gjb
Date: Fri Aug 12 00:00:08 2016
New Revision: 303979
URL: https://svnweb.freebsd.org/changeset/base/303979

Log:
  Fix still incorrect __FreeBSD_version values for stable/11 and releng/11.0
  
  Approved by:  re (implicit)
  Sponsored by: The FreeBSD Foundation

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

Changes in other areas also in this revision:
Modified:
  releng/11.0/sys/sys/param.h

Modified: stable/11/sys/sys/param.h
==============================================================================
--- stable/11/sys/sys/param.h   Thu Aug 11 23:52:24 2016        (r303978)
+++ stable/11/sys/sys/param.h   Fri Aug 12 00:00:08 2016        (r303979)
@@ -58,7 +58,7 @@
  *             in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1105000      /* Master, propagated to newvers */
+#define __FreeBSD_version 1100500      /* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to