Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2018 02:20:51 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336360 - head/sys/sys
Message-ID:  <201807170220.w6H2KpdE097291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Tue Jul 17 02:20:51 2018
New Revision: 336360
URL: https://svnweb.freebsd.org/changeset/base/336360

Log:
  FreeBSD_version bump as per r336351,
  
  Updating the libstdc++ is likely to have consequences for archs that are
  still using the older GCC based toolchain.
  
  Requested by:	mcl

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Jul 16 23:32:24 2018	(r336359)
+++ head/sys/sys/param.h	Tue Jul 17 02:20:51 2018	(r336360)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200073	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200074	/* 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?201807170220.w6H2KpdE097291>