From owner-cvs-all@FreeBSD.ORG Mon Jun 2 11:43:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00C3037B401; Mon, 2 Jun 2003 11:43:08 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4174F43F93; Mon, 2 Jun 2003 11:43:07 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h52Ih1Vm013150; Mon, 2 Jun 2003 11:43:06 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h52Ih1Xh013149; Mon, 2 Jun 2003 11:43:01 -0700 (PDT) Date: Mon, 2 Jun 2003 11:43:00 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030602184300.GA13121@dragon.nuxi.com> References: <200306021803.h52I3LKr076634@repoman.freebsd.org> <20030602181141.GD49294@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030602181141.GD49294@sunbay.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.1-BETA Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 18:43:08 -0000 On Mon, Jun 02, 2003 at 09:11:41PM +0300, Ruslan Ermilov wrote: > On Mon, Jun 02, 2003 at 11:03:21AM -0700, David E. O'Brien wrote: > > obrien 2003/06/02 11:03:21 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/sys param.h > > Log: > > Document new (starting with 5.x) __FreeBSD_version scheme. > > > > Revision Changes Path > > 1.159 +2 -0 src/sys/sys/param.h > > > <0 if release branch, otherwise 1>xx > > I hope that "otherwise 1" actually means "1-9"? 100 is acutally the starting point and can grow to 999 as needed. I'll try to clarify that. -- -- David (obrien@FreeBSD.org)