rse         97/08/18 10:43:52

  Modified:    src      Tag: APACHE_1_2_X httpd.h
  Log:
  OK, now the final 1.2.3 tarball was rolled
  The APACHE_1_2_X branch now is at version number 1.2.4-dev.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.111.2.15 +2 -2      apache/src/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/httpd.h,v
  retrieving revision 1.111.2.14
  retrieving revision 1.111.2.15
  diff -u -r1.111.2.14 -r1.111.2.15
  --- httpd.h   1997/08/18 17:30:11     1.111.2.14
  +++ httpd.h   1997/08/18 17:43:51     1.111.2.15
  @@ -256,7 +256,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.2.3" /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.2.4-dev" /* SEE COMMENTS ABOVE */
   #ifdef SERVER_SUBVERSION
   #define SERVER_VERSION       SERVER_BASEVERSION " " SERVER_SUBVERSION
   #else
  @@ -266,7 +266,7 @@
   /* Numeric release version identifier: major minor bugfix betaseq
    * Always increases along the same track as the source branch.
    */
  -#define APACHE_RELEASE 1020399
  +#define APACHE_RELEASE 1020401
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #define SERVER_SUPPORT "http://www.apache.org/";
  
  
  

Reply via email to