There is no need to specify the difference between

N.M-BETA1 and N.M-RC1 from the upcoming N.M-RELEASE
testing builds.  It causes too much confusion when
N.M-BETA1 is shown on the index page, but N.M-BETA2
is available on FTP.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-05-24 00:17:03 +00:00
parent 5127bc0dc0
commit 7c98386db9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44930

View file

@ -84,12 +84,12 @@
<a
href="&u.rel3.announce;">&rel3.current;</a></li>
<xsl:if test="'&beta.upcoming;' != 'IGNORE'">
<li>Upcoming:<br/><a
href="&u.betarel.schedule;">&betarel.current;-&betarel.vers;</a></li>
<li>Upcoming: <a
href="&u.betarel.schedule;">&betarel.current;</a></li>
</xsl:if>
<xsl:if test="'&beta2.upcoming;' != 'IGNORE'">
<li>Upcoming:<br/><a
href="&u.betarel2.schedule;">&betarel2.current;-&betarel2.vers;</a></li>
<li>Upcoming: <a
href="&u.betarel2.schedule;">&betarel2.current;</a></li>
</xsl:if>
</ul>
</div> <!-- FRONTRELEASESCONTENT -->