rbb         99/01/28 13:55:21

  Modified:    pthreads/src/include httpd.h
  Log:
  Change Server token for pthreads server.
  
  Revision  Changes    Path
  1.2       +1 -1      apache-apr/pthreads/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/include/httpd.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- httpd.h   1999/01/21 23:08:32     1.1
  +++ httpd.h   1999/01/28 21:55:20     1.2
  @@ -411,7 +411,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3.4-dev"       /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/pthreads-dev"       /* SEE COMMENTS ABOVE 
*/
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
       SrvTk_MIN,               /* eg: Apache/1.3.0 */
  
  
  

Reply via email to