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 2004/09/15 14:53:04 UTC

cvs commit: httpd-2.0/include ap_release.h

striker     2004/09/15 05:53:04

  Modified:    include  Tag: APACHE_2_0_BRANCH ap_release.h
  Log:
  * include/ap_release.h
  
    Bump version for the tag.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.77.2.19 +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.18
  retrieving revision 1.77.2.19
  diff -u -r1.77.2.18 -r1.77.2.19
  --- ap_release.h	29 Jun 2004 00:01:52 -0000	1.77.2.18
  +++ ap_release.h	15 Sep 2004 12:53:04 -0000	1.77.2.19
  @@ -32,7 +32,7 @@
   #define AP_SERVER_BASEPRODUCT "Apache"
   #define AP_SERVER_MAJORVERSION "2"
   #define AP_SERVER_MINORVERSION "0"
  -#define AP_SERVER_PATCHLEVEL "51-dev"
  +#define AP_SERVER_PATCHLEVEL "51"
   #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