You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2003/05/28 01:41:38 UTC

cvs commit: httpd-2.0/include ap_release.h

striker     2003/05/27 16:41:38

  Modified:    include  Tag: APACHE_2_0_BRANCH ap_release.h
  Log:
  Bump for the tag.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.77.2.6  +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.77.2.5
  retrieving revision 1.77.2.6
  diff -u -r1.77.2.5 -r1.77.2.6
  --- ap_release.h	31 Mar 2003 05:43:58 -0000	1.77.2.5
  +++ ap_release.h	27 May 2003 23:41:38 -0000	1.77.2.6
  @@ -75,7 +75,7 @@
   #define AP_SERVER_BASEPRODUCT "Apache"
   #define AP_SERVER_MAJORVERSION "2"
   #define AP_SERVER_MINORVERSION "0"
  -#define AP_SERVER_PATCHLEVEL "46-dev"
  +#define AP_SERVER_PATCHLEVEL "46"
   #define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION
   #define AP_SERVER_BASEREVISION  AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL
   #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION