Upgrade to 4.9

This commit is contained in:
Jesus Rodriguez Cuesta 2003-12-09 13:15:36 +00:00
parent f7ef13320b
commit a9d918a3af
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19120
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/es/includes.sgml,v 1.17 2002/11/30 05:11:36 jesusr Exp $ --> <!-- $FreeBSD: www/es/includes.sgml,v 1.18 2003/04/13 17:47:53 jesusr Exp $ -->
<!-- <!--
Base is the absolute URL for the given page, minus the actual page Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or part. It should either be specified as a fully qualified URL, or
@ -71,7 +71,7 @@ src="/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usem
other doc-related things you had to do. It'll save you time and other doc-related things you had to do. It'll save you time and
trouble the next time around :-).) trouble the next time around :-).)
--> -->
<!ENTITY rel.current '4.8'> <!ENTITY rel.current '4.9'>
<!-- URLs to information on the latest release --> <!-- URLs to information on the latest release -->
<!ENTITY u.rel.notes '&base;/../releases/&rel.current;R/relnotes.html'> <!ENTITY u.rel.notes '&base;/../releases/&rel.current;R/relnotes.html'>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?> <?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/es/includes.xsl,v 1.1 2003/05/12 09:59:44 keramida Exp $ --> <!-- $FreeBSD: www/es/includes.xsl,v 1.2 2003/05/12 10:07:31 jesusr Exp $ -->
<!-- Original version: 1.13 $ --> <!-- Original version: 1.13 $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -92,7 +92,7 @@
<xsl:variable name="u.rel.early"> <xsl:variable name="u.rel.early">
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/early-adopter.html</xsl:variable> <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/early-adopter.html</xsl:variable>
<xsl:variable name="rel2.current" select='"4.8"'/> <xsl:variable name="rel2.current" select='"4.9"'/>
<xsl:variable name="u.rel2.notes"> <xsl:variable name="u.rel2.notes">
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/relnotes.html</xsl:variable> <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/relnotes.html</xsl:variable>