Bump rel2.current.* for 4.11R.
This commit is contained in:
parent
81d47840da
commit
718566db75
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23649
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.8 2005/01/01 20:07:10 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.sgml,v 1.9 2005/01/06 19:47:21 keramida Exp $ -->
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
|
@ -40,8 +40,8 @@
|
|||
<!ENTITY u.rel.migration '&base;/releases/&rel.current;R/migration-guide.html'>
|
||||
|
||||
<!-- Secondary "current release" entities -->
|
||||
<!ENTITY rel2.current '4.10'>
|
||||
<!ENTITY rel2.current.date 'May 2004'>
|
||||
<!ENTITY rel2.current '4.11'>
|
||||
<!ENTITY rel2.current.date 'Jan 2005'>
|
||||
<!ENTITY rel2.current.major '4'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.7 2005/01/01 20:07:10 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.8 2005/01/06 19:47:21 keramida Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
<xsl:variable name="u.rel.migration">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/migration-guide.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel2.current" select='"4.10"'/>
|
||||
<xsl:variable name="rel2.current" select='"4.11"'/>
|
||||
<xsl:variable name="rel2.current.major" select='"4"'/>
|
||||
|
||||
<xsl:variable name="u.rel2.notes">
|
||||
|
|
Loading…
Reference in a new issue