You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@hyperreal.org on 1998/06/07 03:22:37 UTC

cvs commit: apache-1.3/src/include httpd.h

jim         98/06/06 18:22:37

  Modified:    src/include httpd.h
  Log:
  Formalise in the comments the use of betaseq
  
  Revision  Changes    Path
  1.222     +2 -0      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.221
  retrieving revision 1.222
  diff -u -r1.221 -r1.222
  --- httpd.h	1998/06/02 11:24:38	1.221
  +++ httpd.h	1998/06/07 01:22:36	1.222
  @@ -396,6 +396,8 @@
   
   /* Numeric release version identifier: major minor bugfix betaseq
    * Always increases along the same track as the source branch.
  + * For a final release, 'betaseq' should be set to '99'.
  + * For example, Apache 1.4.2 should be '1040299'
    */
   #define APACHE_RELEASE 1030101