You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Mark Cox <mj...@hyperreal.com> on 1996/04/22 13:53:31 UTC

cvs commit: apache/src httpd.h

mjc         96/04/22 04:53:30

  Modified:    src       httpd.h
  Log:
  Move to 1.1b1
  
  Revision  Changes    Path
  1.17      +1 -1      apache/src/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/httpd.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -C3 -r1.16 -r1.17
  *** httpd.h	1996/04/15 11:28:01	1.16
  --- httpd.h	1996/04/22 11:53:27	1.17
  ***************
  *** 219,225 ****
    
    /* ------------------------------ error types ------------------------------ */
    
  ! #define SERVER_VERSION "Apache/1.1-dev"
    #define SERVER_PROTOCOL "HTTP/1.0"
    #define SERVER_SUPPORT "http://www.apache.org/"
    
  --- 219,225 ----
    
    /* ------------------------------ error types ------------------------------ */
    
  ! #define SERVER_VERSION "Apache/1.1b1"
    #define SERVER_PROTOCOL "HTTP/1.0"
    #define SERVER_SUPPORT "http://www.apache.org/"