svn commit: r365705 - head/sys/sys

Kyle Evans kevans at FreeBSD.org
Mon Sep 14 01:56:29 UTC 2020


Author: kevans
Date: Mon Sep 14 01:56:29 2020
New Revision: 365705
URL: https://svnweb.freebsd.org/changeset/base/365705

Log:
  __FreeBSD_version bump for r365605 (crunchgen producing WARNS-clean)
  
  The change in D26397 will need a __FreeBSD_version to base off of for
  bootstrapping crunchgen, to avoid avoidable build failures just because the
  host has an outdated crunchgen.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Sep 14 01:20:57 2020	(r365704)
+++ head/sys/sys/param.h	Mon Sep 14 01:56:29 2020	(r365705)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300114	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300115	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list