Correct 5.4-RELEASE's tag name : s/RELENG_5_4_RELEASE/RELENG_5_4_0_RELEASE/.

Noticed by:	glebius
This commit is contained in:
Simon L. B. Nielsen 2005-11-04 21:58:28 +00:00
parent f34e417e00
commit 9cdbcece83
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26239

View file

@ -84,7 +84,7 @@
is merely a snapshot of the source tree at a particular point in
time which is given a particular name (or <literal>tag</literal>).
(For instance, the tag that Release Engineering assigned for the
5.4 release was <literal>RELENG_5_4_RELEASE</literal>.) Development
5.4 release was <literal>RELENG_5_4_0_RELEASE</literal>.) Development
always continues on what is known as the <literal>HEAD</literal>
tag.</para>
</sect2>
@ -94,7 +94,7 @@
<para>At the time of each release, a <firstterm>branch</firstterm>
is created, such as <literal>RELENG_5_4</literal>. Although
the source files named by <literal>RELENG_5_4_RELEASE</literal>
the source files named by <literal>RELENG_5_4_0_RELEASE</literal>
will never change, those on <literal>RELENG_5_4</literal> can,
by the adoption of changes from <literal>HEAD</literal> such
as fixes for security and other bugs.</para>