You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1999/08/27 12:20:42 UTC

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

rse         99/08/27 03:20:41

  Modified:    src/include httpd.h
  Log:
  Now that this beast was officially declared as the Apache 2.0 stuff, let it
  also say this in his Server headers while testing.  Those who dislike numbers:
  feel free to name it "foo" or whatever meaningless if it's important that we
  still do not use numbers. I just want that the version corresponds to the
  repository area, because I often get confused by running different Apache
  versions on my development box.
  
  Revision  Changes    Path
  1.6       +1 -1      apache-2.0/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/httpd.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- httpd.h	1999/08/26 16:43:55	1.5
  +++ httpd.h	1999/08/27 10:20:37	1.6
  @@ -378,7 +378,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/mpm-dev"       /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/2.0-dev"       /* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   
   /* TODO: re-implement the server token/version stuff -- it's part of http_core