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/01/21 20:25:03 UTC

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

stoddard    02/01/21 11:25:02

  Modified:    src/include httpd.h
  Log:
  About to tag 1.3.23
  
  Revision  Changes    Path
  1.351     +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.350
  retrieving revision 1.351
  diff -u -r1.350 -r1.351
  --- httpd.h	28 Dec 2001 05:03:06 -0000	1.350
  +++ httpd.h	21 Jan 2002 19:25:02 -0000	1.351
  @@ -436,7 +436,7 @@
   
   #define SERVER_BASEVENDOR   "Apache Group"
   #define SERVER_BASEPRODUCT  "Apache"
  -#define SERVER_BASEREVISION "1.3.23-dev"
  +#define SERVER_BASEREVISION "1.3.23"
   #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 10323000
  +#define APACHE_RELEASE 10323100
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT