Allow for two simultaneous releases undergoing the pre-release process,
and use it for 5.5 and 6.1.
This commit is contained in:
parent
68ebb048b2
commit
a6fb20bf76
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27128
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/includes.header.xsl,v 1.14 2006/02/05 09:24:42 joel Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.header.xsl,v 1.15 2006/02/05 12:14:08 ceri Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -205,6 +205,11 @@
|
|||
select="concat($betarel.current, '-', $betarel.vers)"/></a>
|
||||
</li>
|
||||
</xsl:if>
|
||||
<xsl:if test="$beta2.testing != '0'">
|
||||
<li><a href="{$base}/where.html">Upcoming Release <xsl:value-of
|
||||
select="concat($betarel2.current, '-', $betarel2.vers)"/></a>
|
||||
</li>
|
||||
</xsl:if>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$base}/ports/">Ported Applications</a></li>
|
||||
|
|
Loading…
Reference in a new issue