Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2020 01:56:29 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365705 - head/sys/sys
Message-ID:  <202009140156.08E1uTLf018787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009140156.08E1uTLf018787>