Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 56641 invoked from network); 21 Jul 2005 00:02:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jul 2005 00:02:33 -0000 Received: (qmail 20924 invoked by uid 500); 21 Jul 2005 00:02:33 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 20792 invoked by uid 500); 21 Jul 2005 00:02:32 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 20779 invoked by uid 99); 21 Jul 2005 00:02:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 17:02:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcaa-apreq-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 17:02:27 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DvOVk-00048J-Ai for apreq-dev@httpd.apache.org; Thu, 21 Jul 2005 02:02:00 +0200 Received: from adsl-156-203-132.mia.bellsouth.net ([70.156.203.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Jul 2005 02:02:00 +0200 Received: from joe+gmane by adsl-156-203-132.mia.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Jul 2005 02:02:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: apreq-dev@httpd.apache.org To: apreq-dev@httpd.apache.org From: Joe Schaefer Subject: Re: svn commit: r209837 - /httpd/apreq/trunk/include/apreq_version.h Date: Wed, 20 Jul 2005 20:01:53 -0400 Lines: 21 Message-ID: <8764v5vxfy.fsf@gemini.sunstarsys.com> References: <20050708163314.41969.qmail@minotaur.apache.org> <42DDB2C8.4070206@p6m7g8.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-156-203-132.mia.bellsouth.net Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:UbhrYCvVJ25P7l4pEGNr6WPvJiM= Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N "Philip M. Gollucci" writes: >> #define APREQ_MINOR_VERSION 1 >> /** patch level */ >> -#define APREQ_PATCH_VERSION 1 >> +#define APREQ_PATCH_VERSION 2 > > speaking of which shouldn't the patchlevel be at 4 at this point ? > I'm probably not grasping how apreq is using this though. The rules are simple: The patch version should get bumped whenever a commit modifies a library/*.c file. The minor version gets bumped, and the patch version zeroed, whenever a commit modifies an include/*.h file. I wrote some of this down in FAQ.pod. -- Joe Schaefer