You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@hyperreal.org on 1998/01/28 02:39:59 UTC

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

coar        98/01/27 17:39:59

  Modified:    src/main httpd.h
  Log:
  	As Rob pointed out, update the server version to reflect
  	what's being built in this tree.
  
  Revision  Changes    Path
  1.178     +1 -1      apache-2.0/src/main/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/src/main/httpd.h,v
  retrieving revision 1.177
  retrieving revision 1.178
  diff -u -r1.177 -r1.178
  --- httpd.h	1998/01/26 18:24:34	1.177
  +++ httpd.h	1998/01/28 01:39:58	1.178
  @@ -352,7 +352,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3b4-dev"	/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/2.0a1-dev"	/* SEE COMMENTS ABOVE */
   #ifdef SERVER_SUBVERSION
   #define SERVER_VERSION	SERVER_BASEVERSION " " SERVER_SUBVERSION
   #else