From owner-svn-src-all@freebsd.org Wed May 23 13:52:59 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9153EEFE3F6 for ; Wed, 23 May 2018 13:52:59 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B3746BD5E for ; Wed, 23 May 2018 13:52:59 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 931111ec-5e90-11e8-afd2-4ddcc8249dd4 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id 931111ec-5e90-11e8-afd2-4ddcc8249dd4; Wed, 23 May 2018 13:52:48 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w4NDqkns000794; Wed, 23 May 2018 07:52:46 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1527083566.32688.117.camel@freebsd.org> Subject: Re: svn commit: r334074 - head/sys/sys From: Ian Lepore To: Matt Macy , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Wed, 23 May 2018 07:52:46 -0600 In-Reply-To: <201805230615.w4N6FtiS022201@repo.freebsd.org> References: <201805230615.w4N6FtiS022201@repo.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2018 13:52:59 -0000 On Wed, 2018-05-23 at 06:15 +0000, Matt Macy wrote: > Author: mmacy > Date: Wed May 23 06:15:55 2018 > New Revision: 334074 > URL: https://svnweb.freebsd.org/changeset/base/334074 > > Log: >   Bump FreeBSD_version after r333813 > > Modified: >   head/sys/sys/param.h > > Modified: head/sys/sys/param.h > ============================================================================== > --- head/sys/sys/param.h Wed May 23 04:09:01 2018 (r334073) > +++ head/sys/sys/param.h Wed May 23 06:15:55 2018 (r334074) > @@ -60,7 +60,7 @@ >   * in the range 5 to 9. >   */ >  #undef __FreeBSD_version > -#define __FreeBSD_version 1200063 /* Master, propagated to newvers */ > +#define __FreeBSD_version 1200064 /* Master, propagated to newvers */ >   >  /* >   * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, > Nothing about this commit or the commit message for r333813 says why a version bump would be warranted. New user-visible features?  API change? The diff for r333813 doesn't appear to contain either of those. -- Ian