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 2001/10/04 15:03:48 UTC

cvs commit: apache-1.3/src/include httpd.h

stoddard    01/10/04 06:03:48

  Modified:    src/include httpd.h
  Log:
  Preparing for 1.3.21 tag
  
  Revision  Changes    Path
  1.346     +2 -2      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.345
  retrieving revision 1.346
  diff -u -r1.345 -r1.346
  --- httpd.h	2001/09/21 03:51:54	1.345
  +++ httpd.h	2001/10/04 13:03:48	1.346
  @@ -436,7 +436,7 @@
   
   #define SERVER_BASEVENDOR   "Apache Group"
   #define SERVER_BASEPRODUCT  "Apache"
  -#define SERVER_BASEREVISION "1.3.21-dev"
  +#define SERVER_BASEREVISION "1.3.21"
   #define SERVER_BASEVERSION  SERVER_BASEPRODUCT "/" SERVER_BASEREVISION
   
   #define SERVER_PRODUCT  SERVER_BASEPRODUCT
  @@ -457,7 +457,7 @@
    * Always increases along the same track as the source branch.
    * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'.
    */
  -#define APACHE_RELEASE 10321000
  +#define APACHE_RELEASE 10321100
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT