Currently, this stuff is still being done by hand. I will try to get it into the rolling script for the next release. BTW, very soon now, I am going to break the relationship between APR and HTTPD. Currently, if you want to checkout a build of httpd, you use the same tag for both APR and httpd. This is not correct. I fully expect to start using real APR tags soon for the APR tree. Ryan On 24 Feb 2001 [EMAIL PROTECTED] wrote: > rbb 01/02/24 15:03:53 > > Modified: include ap_release.h > Log: > Tag is done, update the source tree > > Revision Changes Path > 1.6 +2 -2 httpd-2.0/include/ap_release.h > > Index: ap_release.h > =================================================================== > RCS file: /home/cvs/httpd-2.0/include/ap_release.h,v > retrieving revision 1.5 > retrieving revision 1.6 > diff -u -d -b -w -u -r1.5 -r1.6 > --- ap_release.h 2001/02/24 22:59:37 1.5 > +++ ap_release.h 2001/02/24 23:03:53 1.6 > @@ -73,7 +73,7 @@ > */ > #define AP_SERVER_BASEVENDOR "Apache Software Foundation" > #define AP_SERVER_BASEPRODUCT "Apache" > -#define AP_SERVER_BASEREVISION "2.0.12" > +#define AP_SERVER_BASEREVISION "2.0.13-dev" > #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION > #define AP_SERVER_VERSION AP_SERVER_BASEVERSION > > @@ -81,6 +81,6 @@ > * Always increases along the same track as the source branch. > * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'. > */ > -#define APACHE_RELEASE 20000009 > +#define APACHE_RELEASE 20000013 > > #endif > > > > > _______________________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------
