You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/02/14 08:31:56 UTC

cvs commit: httpd-2.0/include ap_release.h

jerenkrantz    02/02/13 23:31:56

  Modified:    .        CHANGES
               include  ap_release.h
  Log:
  Bump for .32
  
  Revision  Changes    Path
  1.581     +1 -1      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.580
  retrieving revision 1.581
  diff -u -r1.580 -r1.581
  --- CHANGES	14 Feb 2002 07:29:38 -0000	1.580
  +++ CHANGES	14 Feb 2002 07:31:55 -0000	1.581
  @@ -1,4 +1,4 @@
  -Changes with Apache 2.0.32-dev
  +Changes with Apache 2.0.32
   
     *) mod_negotiation: ForceLanguagePriority now uses 'Prefer' as the
        default if the directive is not specified.  This mirrors older
  
  
  
  1.51      +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.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- ap_release.h	31 Jan 2002 05:28:43 -0000	1.50
  +++ ap_release.h	14 Feb 2002 07:31:55 -0000	1.51
  @@ -73,7 +73,7 @@
    */
   #define AP_SERVER_BASEVENDOR "Apache Software Foundation"
   #define AP_SERVER_BASEPRODUCT "Apache"
  -#define AP_SERVER_BASEREVISION "2.0.32-dev"
  +#define AP_SERVER_BASEREVISION "2.0.32"
   #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
   #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION