jim         98/02/08 12:46:20

  Modified:    src/include httpd.h
  Log:
  Bring back down to 1.3b4-dev
  
  Revision  Changes    Path
  1.183     +2 -2      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.182
  retrieving revision 1.183
  diff -u -r1.182 -r1.183
  --- httpd.h   1998/02/08 15:06:55     1.182
  +++ httpd.h   1998/02/08 20:46:18     1.183
  @@ -356,7 +356,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3b5-dev"        /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3b4-dev"        /* SEE COMMENTS ABOVE */
   #ifdef SERVER_SUBVERSION
   #define SERVER_VERSION       SERVER_BASEVERSION " " SERVER_SUBVERSION
   #else
  @@ -367,7 +367,7 @@
   /* Numeric release version identifier: major minor bugfix betaseq
    * Always increases along the same track as the source branch.
    */
  -#define APACHE_RELEASE 1030005
  +#define APACHE_RELEASE 1030004
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT
  
  
  

Reply via email to