rse 97/08/06 00:35:54
Modified: . how-to-release.html
Log:
Added info about "major minor bugfix betaseq" in APACHE_RELEASE define.
Is this the way as it is intended?
Revision Changes Path
1.3 +11 -5 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- how-to-release.html 1997/08/06 07:19:46 1.2
+++ how-to-release.html 1997/08/06 07:35:53 1.3
@@ -25,8 +25,13 @@
<HR>
<b>[ Only for final releases, not for internal pre-releases ]</b><br>
<P>
-<LI> Change <code>SERVER_VERSION</code> in <tt>src/httpd.h</tt><br>
- from ``<code>Apache/1.X.Y-dev</code>'' to ``<code>Apache/1.X.Y</code>''
and commit.<br>
+<LI> First change <code>SERVER_VERSION</code> in <tt>src/httpd.h</tt>
+ from ``<code>Apache/1.X.Y-dev</code>'' to
+ ``<code>Apache/1.X.Y</code>''. Then also change
+ <code>APACHE_RELEASE</code> in same file from
+ ``<code>1XXYYZZ</code>'' to ``<code>1XXYY99</code>''. The format is
+ something like <code>printf("%d%02d%02d%02d", major, minor, bugfix,
+ betaseq)</code>.<br>
<code><b>$ vi src/httpd.h</b></code><br>
<code><b>$ cvs ci src/httpd.h</b></code>
<P>
@@ -77,9 +82,10 @@
<HR>
<b>[ Only for final releases, not for internal pre-releases ]</b><br>
<P>
-<LI> Change <code>SERVER_VERSION</code> in <code>src/httpd.h</code>:<br>
- from ``<code>Apache/1.X.Y</code>'' to
- ``<code>Apache/1.X.(Y+1)-dev</code>'' and commit.<br>
+<LI> Change <code>SERVER_VERSION</code> in <code>src/httpd.h</code>
+ from ``<code>Apache/1.X.Y</code>'' to
+ ``<code>Apache/1.X.(Y+1)-dev</code>'' and change
+ <code>APACHE_RELEASE</code> to <code>1XX(YY+1)01</code>.<br>
<code><b>$ vi src/httpd.h</b></code><br>
<code><b>$ cvs ci src/httpd.h</b></code>
</OL>