jim         97/10/16 15:36:11

  Modified:    src/main httpd.h
  Log:
  Roll the tarball
  
  Revision  Changes    Path
  1.157     +2 -2      apachen/src/main/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.156
  retrieving revision 1.157
  diff -u -r1.156 -r1.157
  --- httpd.h   1997/10/13 00:06:49     1.156
  +++ httpd.h   1997/10/16 22:36:10     1.157
  @@ -342,7 +342,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3b2-dev"        /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3b2"    /* SEE COMMENTS ABOVE */
   #ifdef SERVER_SUBVERSION
   #define SERVER_VERSION       SERVER_BASEVERSION " " SERVER_SUBVERSION
   #else
  @@ -353,7 +353,7 @@
   /* Numeric release version identifier: major minor bugfix betaseq
    * Always increases along the same track as the source branch.
    */
  -#define APACHE_RELEASE 1030001
  +#define APACHE_RELEASE 1030002
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT
  
  
  

Reply via email to