From owner-svn-src-all@FreeBSD.ORG Sun Aug 4 20:28:41 2013 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA83C54A; Sun, 4 Aug 2013 20:28:41 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mail0.glenbarber.us (mail0.glenbarber.us [208.86.227.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E53428D1; Sun, 4 Aug 2013 20:28:41 +0000 (UTC) Received: from glenbarber.us (nucleus.glenbarber.us [IPv6:2001:470:8:1205:2:2:ff:29]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by mail0.glenbarber.us (Postfix) with ESMTPSA id EB40F87B7; Sun, 4 Aug 2013 20:28:39 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 mail0.glenbarber.us EB40F87B7 Authentication-Results: mail0.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Sun, 4 Aug 2013 16:28:38 -0400 From: Glen Barber To: Hiroki Sato Subject: Re: svn commit: r253912 - in releng/9.2: . release sys/conf sys/sys Message-ID: <20130804202838.GE2352@glenbarber.us> References: <201308031241.r73CfMSJ016460@svn.freebsd.org> <20130805.045905.402630690682432436.hrs@allbsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ey/N+yb7u/X9mFhi" Content-Disposition: inline In-Reply-To: <20130805.045905.402630690682432436.hrs@allbsd.org> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-releng@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 04 Aug 2013 20:28:41 -0000 --ey/N+yb7u/X9mFhi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 05, 2013 at 04:59:05AM +0900, Hiroki Sato wrote: > gj> Modified: releng/9.2/sys/sys/param.h > gj> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > gj> --- stable/9/sys/sys/param.h Sat Aug 3 08:21:35 2013 (r253911) > gj> +++ releng/9.2/sys/sys/param.h Sat Aug 3 12:41:21 2013 (r253912) > gj> @@ -58,7 +58,7 @@ > gj> * in the range 5 to 9. > gj> */ > gj> #undef __FreeBSD_version > gj> -#define __FreeBSD_version 901505 /* Master, propagated to newvers */ > gj> +#define __FreeBSD_version 902001 /* Master, propagated to newvers */ >=20 > Why is this 902001, not 902000? >=20 Ugh, it seems I misread prior commit logs and thought '0' as a final digit was not used. :( I think it might be too confusing now to make it 902000, especially for people that have already done source upgrades, similarly (though not functionally) to a decreasing PORTVERSION in the ports tree. Glen --ey/N+yb7u/X9mFhi Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iQEcBAEBCAAGBQJR/rl2AAoJEFJPDDeguUaj6HgH/2kW4Uvvo/7yYit9bOlkquew aGbg6F3zewO9oMfpbfTSVnLyFGjD7XBJmMjh71Vi2N7k5/bdu6+COdwmpWzSFcZD Vu5GqqK4nwj0dnyxkwXCWVaeWc4iFkj2/tPajCGHOT/5QQKeqIy1GMFAk4Kjg3lN zGYVCD/28kJ8x0q/+Jsg1EtqOeHAesUF2EIbZqX/fuTYYbOxjA1tvH6Pxcskp9s+ Q/rrb/HA9dY/LSfSVh0oatRoGLxMk4iceIv0qOMQ7luIX5So98+1/pNaWaAXwqhp Xs19J57iqm/BHO2UZqdnIl3etqgic9yvNAnugy5Qyx+OTnq3FHoixm64qmltwRA= =ytz1 -----END PGP SIGNATURE----- --ey/N+yb7u/X9mFhi--