You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2001/08/08 02:04:21 UTC

cvs commit: httpd-2.0/include ap_release.h

jwoolley    01/08/07 17:04:21

  Modified:    .        CHANGES
               include  ap_release.h
  Log:
  Bump to 2.0.24-dev after tag
  
  Revision  Changes    Path
  1.283     +2 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.282
  retrieving revision 1.283
  diff -u -d -u -r1.282 -r1.283
  --- CHANGES	2001/08/08 00:01:37	1.282
  +++ CHANGES	2001/08/08 00:04:17	1.283
  @@ -1,3 +1,5 @@
  +Changes with Apache 2.0.24-dev
  +
   Changes with Apache 2.0.23
   
     *) Use the prefork MPM by default on Unix.  [various]
  
  
  
  1.33      +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.32
  retrieving revision 1.33
  diff -u -d -u -r1.32 -r1.33
  --- ap_release.h	2001/08/08 00:01:41	1.32
  +++ ap_release.h	2001/08/08 00:04:21	1.33
  @@ -73,7 +73,7 @@
    */
   #define AP_SERVER_BASEVENDOR "Apache Software Foundation"
   #define AP_SERVER_BASEPRODUCT "Apache"
  -#define AP_SERVER_BASEREVISION "2.0.23"
  +#define AP_SERVER_BASEREVISION "2.0.24-dev"
   #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
   #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION