Mailing List Archive

cvs commit: apache-devsite how-to-release.html
jim 98/04/15 17:36:48

Modified: . how-to-release.html
Log:
main -> include

Revision Changes Path
1.37 +6 -6 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.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- how-to-release.html 1998/04/15 17:52:34 1.36
+++ how-to-release.html 1998/04/16 00:36:47 1.37
@@ -121,15 +121,15 @@
<HR>
<STRONG>[ Only for final releases, not for internal pre-releases ]</STRONG><BR>
<P>
-<LI> Change <CODE>SERVER_VERSION</CODE> in <TT>src/main/httpd.h</TT>
+<LI> Change <CODE>SERVER_VERSION</CODE> in <TT>src/include/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><STRONG>$ vi src/main/httpd.h</STRONG></CODE><BR>
- <CODE><STRONG>$ cvs commit src/main/httpd.h</STRONG></CODE>
+ <CODE><STRONG>$ vi src/include/httpd.h</STRONG></CODE><BR>
+ <CODE><STRONG>$ cvs commit src/include/httpd.h</STRONG></CODE>
<P>
If the release is going from beta to non-beta, or non-beta to a
beta, also update the Windows registry key release. See
@@ -228,12 +228,12 @@
<LI> cd back into the CVS tree location.<BR>
<CODE><STRONG>$ cd apache-1.X</STRONG></CODE>
<P>
-<LI> Change <CODE>SERVER_VERSION</CODE> in <CODE>src/main/httpd.h</CODE>
+<LI> Change <CODE>SERVER_VERSION</CODE> in <CODE>src/include/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><STRONG>$ vi src/main/httpd.h</STRONG></CODE><BR>
- <CODE><STRONG>$ cvs commit src/main/httpd.h</STRONG></CODE>
+ <CODE><STRONG>$ vi src/include/httpd.h</STRONG></CODE><BR>
+ <CODE><STRONG>$ cvs commit src/include/httpd.h</STRONG></CODE>
<P>
<LI> Cleanup:<BR>
<CODE><STRONG>$ cd ..</STRONG></CODE><BR>