Update for 5.5-RC1.
This commit is contained in:
parent
c12f7045ed
commit
3a6dd6bded
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27863
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.20 2006/05/03 02:21:05 brueffer Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.21 2006/05/09 02:39:17 murray Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
|||
if we're not in the middle of a release cycle. Ha ha. -->
|
||||
<xsl:variable name="beta.testing" select="1" />
|
||||
<xsl:variable name="betarel.current" select='"5.5"'/>
|
||||
<xsl:variable name="betarel.vers" select='"BETA4"'/>
|
||||
<xsl:variable name="betarel.vers" select='"RC1"'/>
|
||||
<xsl:variable name="u.betarel.schedule">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$betarel.current"/>R/schedule.html</xsl:variable>
|
||||
|
||||
|
|
Loading…
Reference in a new issue