You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Jim Jagielski <ji...@hyperreal.org> on 1997/09/07 17:39:50 UTC

cvs commit: apachen/src/main httpd.h

jim         97/09/07 08:39:49

  Modified:    src/main httpd.h
  Log:
  Reflect the fact that we are working on 1.3b1
  
  Revision  Changes    Path
  1.147     +1 -1      apachen/src/main/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.146
  retrieving revision 1.147
  diff -u -r1.146 -r1.147
  --- httpd.h	1997/08/27 05:45:37	1.146
  +++ httpd.h	1997/09/07 15:39:48	1.147
  @@ -353,7 +353,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3a2-dev" /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3b1-dev" /* SEE COMMENTS ABOVE */
   #ifdef SERVER_SUBVERSION
   #define SERVER_VERSION	SERVER_BASEVERSION " " SERVER_SUBVERSION
   #else