You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2004/04/09 18:56:53 UTC

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

jim         2004/04/09 09:56:53

  Modified:    src/include httpd.h
  Log:
  Mark that we are at 1.3.30
  
  Revision  Changes    Path
  1.378     +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.377
  retrieving revision 1.378
  diff -u -r1.377 -r1.378
  --- httpd.h	16 Feb 2004 22:25:08 -0000	1.377
  +++ httpd.h	9 Apr 2004 16:56:53 -0000	1.378
  @@ -388,7 +388,7 @@
   
   #define SERVER_BASEVENDOR   "Apache Group"
   #define SERVER_BASEPRODUCT  "Apache"
  -#define SERVER_BASEREVISION "1.3.30-dev"
  +#define SERVER_BASEREVISION "1.3.30"
   #define SERVER_BASEVERSION  SERVER_BASEPRODUCT "/" SERVER_BASEREVISION
   
   #define SERVER_PRODUCT  SERVER_BASEPRODUCT
  @@ -409,7 +409,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 10330000
  +#define APACHE_RELEASE 10330100
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT