You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by "Philip M. Gollucci" <pg...@p6m7g8.com> on 2005/07/20 04:11:20 UTC

Re: svn commit: r209837 - /httpd/apreq/trunk/include/apreq_version.h

joes@apache.org wrote:
> Modified: httpd/apreq/trunk/include/apreq_version.h
> URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/include/apreq_version.h?rev=209837&r1=209836&r2=209837&view=diff
> ==============================================================================
> --- httpd/apreq/trunk/include/apreq_version.h (original)
> +++ httpd/apreq/trunk/include/apreq_version.h Fri Jul  8 09:33:11 2005
> @@ -61,7 +61,7 @@
>  #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.


-- 
END
------------------------------------------------------------
     What doesn't kill us can only make us stronger.
                 Nothing is impossible.
				
Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Developer / Liquidity Services, Inc.
	http://www.liquidityservicesinc.com

Re: svn commit: r209837 - /httpd/apreq/trunk/include/apreq_version.h

Posted by Joe Schaefer <jo...@sunstarsys.com>.
"Philip M. Gollucci" <pg...@p6m7g8.com> 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