Author: gjb
Date: Fri Jun  1 00:30:55 2018
New Revision: 334461
URL: https://svnweb.freebsd.org/changeset/base/334461

Log:
  Fix __FreeBSD_version on stable/11, following r334460.
  
  Pointyhat:    gjb (myself)
  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   Fri Jun  1 00:28:29 2018        (r334460)
+++ stable/11/sys/sys/param.h   Fri Jun  1 00:30:55 2018        (r334461)
@@ -58,7 +58,7 @@
  *             in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1102000      /* Master, propagated to newvers */
+#define __FreeBSD_version 1102500      /* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to