rse         97/08/11 13:17:00

  Modified:    src      Tag: APACHE_1_2_X httpd.h
  Log:
  Set version again to 1.2.3-dev now to avoid any more 1.2.2-confusion.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.111.2.13 +2 -2      apache/src/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/httpd.h,v
  retrieving revision 1.111.2.12
  retrieving revision 1.111.2.13
  diff -u -r1.111.2.12 -r1.111.2.13
  --- httpd.h   1997/08/07 08:47:24     1.111.2.12
  +++ httpd.h   1997/08/11 20:16:58     1.111.2.13
  @@ -256,7 +256,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.2.2" /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.2.3-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 1020299
  +#define APACHE_RELEASE 1020301
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #define SERVER_SUPPORT "http://www.apache.org/";
  
  
  

Reply via email to