fielding    99/01/10 00:15:52

  Modified:    .        how-to-release.html
  Log:
  Update to new APACHE_RELEASE format.
  
  Revision  Changes    Path
  1.53      +4 -4      apache-devsite/how-to-release.html
  
  Index: how-to-release.html
  ===================================================================
  RCS file: /export/home/cvs/apache-devsite/how-to-release.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- how-to-release.html       1998/10/10 10:58:07     1.52
  +++ how-to-release.html       1999/01/10 08:15:51     1.53
  @@ -137,10 +137,10 @@
         from ``<CODE>Apache/1.<EM>X.Y</EM>-dev</CODE>'' to
         ``<CODE>Apache/1.<EM>X.Y</EM></CODE>''. Then also change
         <CODE>APACHE_RELEASE</CODE> in the same file from
  -      ``<CODE>1<EM>XXYYZZ</EM></CODE>'' to 
``<CODE>1<EM>XXYY</EM><STRONG>99</STRONG></CODE>''.
  +      ``<CODE>1<EM>XXYYZZ</EM>000</CODE>'' to 
``<CODE>1<EM>XXYY</EM>100</CODE>''.
         The format is something like
  -      <CODE>printf("%d%02d%02d%02d", major, minor, bugfix,
  -      betaseq)</CODE>. <BR> Also update the Windows registry key:
  +      <CODE>printf("%d%02d%02d%d%02d", major, minor, bugfix, final,
  +      beta)</CODE>. <BR> Also update the Windows registry key:
         edit <SAMP>src/os/win32/registry.c</SAMP> and change the
         <CODE>VERSION</CODE> from <CODE>"1.<EM>X.Y</EM> dev"</CODE> to the
         string <CODE>"1.<EM>X.Y</EM>"</CODE>.
  @@ -256,7 +256,7 @@
   <LI> Change <CODE>SERVER_VERSION</CODE> in <CODE>src/include/httpd.h</CODE>
         from ``<CODE>Apache/1.<EM>X.Y</EM></CODE>'' to
         ``<CODE>Apache/1.<EM>X.(Y+1)</EM>-dev</CODE>'' and change
  -      <CODE>APACHE_RELEASE</CODE> to <CODE>1<EM>XX(YY+1)</EM>01</CODE>.<BR>
  +      <CODE>APACHE_RELEASE</CODE> to <CODE>1<EM>XX(YY+1)</EM>000</CODE>.<BR>
        In the <CODE>VERSION</CODE> macro in
         <SAMP>src/os/win32/registry.c</SAMP>, increase the version
         number and re-insert the ``&nbsp;dev'' suffix (change the string
  
  
  

Reply via email to