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 2002/09/17 01:29:55 UTC

cvs commit: httpd-2.0/include ap_release.h

striker     2002/09/16 16:29:54

  Modified:    include  ap_release.h
  Log:
  Prepare for the tag.
  
  Revision  Changes    Path
  1.72      +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.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- ap_release.h	23 Aug 2002 18:05:37 -0000	1.71
  +++ ap_release.h	16 Sep 2002 23:29:54 -0000	1.72
  @@ -75,7 +75,7 @@
   #define AP_SERVER_BASEPRODUCT "Apache"
   #define AP_SERVER_MAJORVERSION "2"
   #define AP_SERVER_MINORVERSION "0"
  -#define AP_SERVER_PATCHLEVEL "41-dev"
  +#define AP_SERVER_PATCHLEVEL "41"
   #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