brian       96/06/10 01:37:27

  Modified:    src       httpd.h
  Log:
  Changed the server_version - this is the interim period until 1.1 final.
  (i.e., no more betas)
  
  Revision  Changes    Path
  1.29      +1 -1      apache/src/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/httpd.h,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -C3 -r1.28 -r1.29
  *** httpd.h   1996/06/10 08:25:32     1.28
  --- httpd.h   1996/06/10 08:37:25     1.29
  ***************
  *** 238,244 ****
     * Example: "Apache/1.1b3 MrWidget/0.1-alpha" 
     */
    
  ! #define SERVER_VERSION "Apache/1.1b3" /* SEE COMMENTS ABOVE */
    
    #define SERVER_PROTOCOL "HTTP/1.0"
    #define SERVER_SUPPORT "http://www.apache.org/";
  --- 238,244 ----
     * Example: "Apache/1.1b3 MrWidget/0.1-alpha" 
     */
    
  ! #define SERVER_VERSION "Apache/1.1-dev" /* SEE COMMENTS ABOVE */
    
    #define SERVER_PROTOCOL "HTTP/1.0"
    #define SERVER_SUPPORT "http://www.apache.org/";
  
  
  

Reply via email to