You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/10/16 07:02:56 UTC

cvs commit: httpd-2.0/include ap_release.h

rbb         01/10/15 22:02:56

  Modified:    .        CHANGES
               include  ap_release.h
  Log:
  Bump the versions for the 2.0.26 tag.
  
  Revision  Changes    Path
  1.392     +1 -1      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.391
  retrieving revision 1.392
  diff -u -r1.391 -r1.392
  --- CHANGES	2001/10/16 04:02:27	1.391
  +++ CHANGES	2001/10/16 05:02:56	1.392
  @@ -1,4 +1,4 @@
  -Changes with Apache 2.0.26-dev
  +Changes with Apache 2.0.26
   
     *) Port the MaxClients changes from the worker MPM to the threaded
        MPM.  [Ryan Bloom]
  
  
  
  1.39      +1 -1      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.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- ap_release.h	2001/08/31 04:01:19	1.38
  +++ ap_release.h	2001/10/16 05:02:56	1.39
  @@ -73,7 +73,7 @@
    */
   #define AP_SERVER_BASEVENDOR "Apache Software Foundation"
   #define AP_SERVER_BASEPRODUCT "Apache"
  -#define AP_SERVER_BASEREVISION "2.0.26-dev"
  +#define AP_SERVER_BASEREVISION "2.0.26"
   #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
   #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION